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