www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Usage of DDOC_KEYWORD and DDOC_TEMPLATE_PARAM macros

reply Jacob Carlborg <doob me.com> writes:
I'm working on a Ddoc theme and I have trouble figuring out when the 
DDOC_KEYWORD and DDOC_TEMPLATE_PARAM macros are used. Are the compiler 
outputting them or should the developer be using those directly? If the 
compiler is outputting them, then when is it doing that?

-- 
/Jacob Carlborg
Sep 27 2016
parent Jacob Carlborg <doob me.com> writes:
On 2016-09-27 22:21, Jacob Carlborg wrote:
 I'm working on a Ddoc theme and I have trouble figuring out when the
 DDOC_KEYWORD and DDOC_TEMPLATE_PARAM macros are used. Are the compiler
 outputting them or should the developer be using those directly? If the
 compiler is outputting them, then when is it doing that?
Turns out DDOC_KEYWORD is only used for "true", "false" and "null". It looks like the implementation of DDOC_TEMPLATE_PARAM is broken. -- /Jacob Carlborg
Oct 03 2016