[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
Tue Dec 15 08:54:55 PST 2015


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

--- Comment #4 from landaire <landergriffith+dlangbz at gmail.com> ---
Also might as well copy my other suggestions:

- Inline runnable examples: They're present on the homepage, why can't the
examples provided in the inline docs be runnable as well?

- Link to where the code is implemented in Phobos at the time of compilation.
e.g. clicking the name of the function "find" when looking at the signature
could link me here:
https://github.com/D-Programming-Language/phobos/blob/b6a61d9e719a9d680936db44b98fbb5dd28bf6b1/std/algorithm/searching.d#L1498.
More than once I found that reading the code was more useful than reading the
documentation.

--


More information about the Digitalmars-d-bugs mailing list