[Issue 12441] New: DDoc should ignore interleaved non-doc comments
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Mar 22 17:38:26 PDT 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12441
Summary: DDoc should ignore interleaved non-doc comments
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: jakobovrum at gmail.com
--- Comment #0 from Jakob Ovrum <jakobovrum at gmail.com> 2014-03-22 17:38:23 PDT ---
/// Documentation comment
// Non-documentation comment
void foo();
The non-documentation comment causes the documentation comment to be ignored,
and `foo` ends up undocumented. This seems unnecessarily error-prone.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list