[Issue 13676] [ddoc] DDoc should wrap each part of function declaration in dedicated macro to allow more readable formatting

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Dec 23 18:54:59 PST 2015


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

--- Comment #5 from landaire <landergriffith+dlangbz at gmail.com> ---
I want to note that I've done a little bit of work on this here:
https://github.com/D-Programming-Language/dmd/pull/5311

- Add function overload separator macro
- Add template constraint macro
- Add template param list macro
- Add template param macro

All related parts of function signatures are wrapped in their respective
macros.

--


More information about the Digitalmars-d-bugs mailing list