[Issue 18703] Ddoc Backticks inside macro dont work.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 4 06:23:14 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18703

--- Comment #2 from ArturG <var.spool.mail700 at gmail.com> ---
this might be the same/similar issue:

    $(DDOC_EXAMPLES
        ---
        void fun(int){} // highlighted
        $(FUN) // expanded but not highlighted
        ---
     )
MACROS:
    FUN = void fun(int){}

--


More information about the Digitalmars-d-bugs mailing list