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

Adam D. Ruppe <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Adam D. Ruppe <[email protected]> ---
This is the code that does it:

    buf.printf("$(DDOC_COMMENT Generated by Ddoc from %s)\n", m.srcfile.
toChars());


You could just define `DDOC_COMMENT=` to strip all comments from the generated
code, since plain text doesn't have a comment facility anyway...

--

Reply via email to