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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jakob Ovrum <[email protected]> 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: -------