Bug 9713 – Ddoc: Empty description suppress automatic example generation
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-03-14T01:11:00Z
Last change time
2013-03-19T22:26:30Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
k.hara.pg
Comments
Comment #0 by k.hara.pg — 2013-03-14T01:11:08Z
This code doesn't make example section from unittest code.
///
void fooNoDescription() {}
///
unittest { fooNoDescription(); }
Command:
$ dmd -D test
Output:
test
void fooNoDescription();
<--- no automatically generated example exists