[Issue 14383] [ddoc] documented unittests don't work for module declaration

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 22 20:20:44 PST 2016


https://issues.dlang.org/show_bug.cgi?id=14383

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ee69cc59c06587a39c7f7603a30ab8a5d0fa2e4e
Fix issue 14383: attach ddoc unittests to module declaration

Turns out that the ddoc code already handles generating docs for module
unittests; all that was missing was that the parser wasn't attaching
these unittests to the module declaration.

https://github.com/D-Programming-Language/dmd/commit/17ae1b37c42a1abed81cce68bcb6c0957e486e5a
Merge pull request #5465 from quickfur/issue14383

Issue 14383: attach ddoc unittests to module declaration

--


More information about the Digitalmars-d-bugs mailing list