Simple step to making Ddoc better
Adam D. Ruppe via Digitalmars-d
digitalmars-d at puremagic.com
Fri Dec 18 08:48:56 PST 2015
On Friday, 18 December 2015 at 16:42:14 UTC, Sönke Ludwig wrote:
> * Currently it looks at all words in a text to find symbols,
> but once the documentation is adjusted accordingly, it would be
> switched to just look within `code` or $(D code) parts.
What about examples and prototypes?
That reminds me, formatting the prototypes I think is high value
too. DDox does ok:
https://dlang.org/library/std/algorithm/comparison/levenshtein_distance.html
But I still think we can do a lot better.
More information about the Digitalmars-d
mailing list