Usage of DDOC_KEYWORD and DDOC_TEMPLATE_PARAM macros
    Jacob Carlborg via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Oct  3 02:02:31 PDT 2016
    
    
  
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
    
    
More information about the Digitalmars-d-learn
mailing list