dpldocs: xlinking and Documented destructors and postblits

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Wed Mar 1 14:48:51 PST 2017


Seeing ddmd coming to dlang.org 
<https://dlang.org/phobos-prerelease/ddmd_access.html>, just for 
fun I ran my doc generator over the dmd source code too: 
http://dpldocs.info/experimental-docs/ddmd.html I didn't enable 
search over it but you can browse to the extent that there are 
ddoc comments in there.

This is an interesting case to look at because dmd is pretty 
class-heavy... and my class handling is OK, but not great.

Like here, it shows inherited members from Declaration, but not 
from Dsymbol.

http://dpldocs.info/experimental-docs/ddmd.declaration.AliasDeclaration.html

but hey at least you can navigate up the tree with just a few 
clicks anyway.


More information about the Digitalmars-d mailing list