Bug 12017 – DDoc leaves out the majority of documentation

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-01-28T01:16:00Z
Last change time
2014-02-01T04:50:57Z
Keywords
ddoc, pull
Assigned to
nobody
Creator
jakobovrum

Comments

Comment #0 by jakobovrum — 2014-01-28T01:16:15Z
At the time of filing this issue, the problem can be seen here: http://dlang.org/phobos-prerelease/std_uni.html Only the documentation for the module declaration is generated. In one of my own projects something similar happens, where only the documentation for top-level symbols appear in the output (tested on 2.065-head 918f3de).
Comment #1 by k.hara.pg — 2014-01-28T01:30:59Z
Comment #2 by github-bugzilla — 2014-01-28T15:46:06Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f9e73fb7523fd9d22842aac024509e60bdf1d784 fix Issue 12017 - DDoc leaves out the majority of documentation https://github.com/D-Programming-Language/dmd/commit/b17d0e664ab765b2879d43939ca22f2019d26530 Merge pull request #3169 from 9rnsr/fix12017 [REG2.065a] Issue 12017 - DDoc leaves out the majority of documentation
Comment #3 by dransic — 2014-01-31T00:14:12Z
*** Issue 11912 has been marked as a duplicate of this issue. ***
Comment #4 by github-bugzilla — 2014-02-01T04:50:57Z
Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c45c70b810c9cbe70cb13d54e17638ec371b0db4 Merge pull request #3169 from 9rnsr/fix12017 [REG2.065a] Issue 12017 - DDoc leaves out the majority of documentation