August 05, 2018 [Issue 19142] New: ddoc inline code see # as a warning | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19142 Issue ID: 19142 Summary: ddoc inline code see # as a warning Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: enhancement Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: ali.akhtarzada@gmail.com import std.stdio; /** ----- rdmd -unittest ut.d # run all tests rdmd -unittest ut.d tests.foo tests.bar # run all tests from these packages rdmd ut.d -h # list command-line options ----- */ void main() { writeln("Hello D"); } Produces ➜ dmd -Dddocs -w code.d (1): Warning: C preprocessor directive #run is not supported (2): Warning: C preprocessor directive #run is not supported (3): Warning: C preprocessor directive #list is not supported -- |
Copyright © 1999-2021 by the D Language Foundation