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
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