https://issues.dlang.org/show_bug.cgi?id=14383
--- Comment #3 from [email protected] --- 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 --
