https://issues.dlang.org/show_bug.cgi?id=16101
Issue ID: 16101
Summary: ddoc inserts empty section with newline
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: minor
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Inserting a new line in the module header leads to an extra empty <section>
being inserted into the resulting HTML – yes, there is effectively an extra
newline, but that shouldn't change things.
See Also:
https://github.com/dlang/druntime/pull/1578
--