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
Comment #1 by k.hara.pg — 2013-03-14T03:46:32Z
Comment #2 by github-bugzilla — 2013-03-19T20:32:12Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/da35281d447cfb6584fcdce516b2a5554a778a02 fix Issue 9713 - Ddoc: Empty description suppress automatic example generation Even if proper description is empty, generated examples should be appeared https://github.com/D-Programming-Language/dmd/commit/d736fbf10ff41f2e96303fd1efa7eaa7c696eafb Merge pull request #1746 from 9rnsr/fix_ddoc Issue 9713 & 9714 - Ddoc bug fixes
Comment #3 by github-bugzilla — 2013-03-19T22:26:30Z