Thread overview
[Issue 13272] [ddoc] Should merge docs for eponymous template with single public member
Dec 17, 2022
Iain Buclaw
Oct 31, 2023
Nick Treleaven
August 09, 2014
https://issues.dlang.org/show_bug.cgi?id=13272

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ddoc

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13272

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
October 31, 2023
https://issues.dlang.org/show_bug.cgi?id=13272

Nick Treleaven <nick@geany.org> changed:

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

--- Comment #1 from Nick Treleaven <nick@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.

--