ddoc doesn't generate entries of function without any comments?

bearophile bearophileHUGS at lycos.com
Mon Nov 4 14:29:04 PST 2013


Flamaros:

> I also try to generate some docs with ddoc on my project and it 
> seems it doesn't create any functions/methods entries if there 
> is no description on those.

Try adding a /// before them:

///
void foo() {
}


Bye,
bearophile


More information about the Digitalmars-d-learn mailing list