[Issue 11892] Ddoc should organize a module by symbol category
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jun 25 22:20:49 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=11892
hsteoh at quickfur.ath.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hsteoh at quickfur.ath.cx
--- Comment #1 from hsteoh at quickfur.ath.cx ---
This may have impact on compilation times, since the ddoc generation code will
have to walk the AST twice, once to categorize the symbols, the second time to
output them in sorted order.
--
More information about the Digitalmars-d-bugs
mailing list