- visit
void visit(Module mod)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(Declaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(TemplateDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(MixinTemplateDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(ClassDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(StructDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(FunctionDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
Requires each public function to contain the following ddoc sections - PARAMS: - if the function has at least one parameter - every parameter must have a ddoc params entry (applies for template paramters too) - Ddoc params entries without a parameter trigger warnings as well - RETURNS: (except if it's void, only functions)