[Issue 13272] [ddoc] Should merge docs for eponymous template with single public member

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 31 17:18:24 UTC 2023


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

Nick Treleaven <nick at geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at geany.org

--- Comment #1 from Nick Treleaven <nick at geany.org> ---
A related example is when documented unittests for an eponymous template come
after it. ddoc then formats them like this:

* `template` ddoc
* unittests ddoc
* eponymous member ddoc

The member ddoc is often needed to be read (e.g. function signature) before
seeing the documented unittests.

--


More information about the Digitalmars-d-bugs mailing list