ddox empty public methods/interfaces etc

Andrey andrey at kabylin.ru
Tue Nov 7 04:01:30 UTC 2017


Hello is there way to automatically generate documentation for 
public methods, interfaces, fields etc.? e.g. now I should write 
somethink like this to generate documentation for enum Bacgkround:
> ///
> enum Background {
>     transparent,  ///
>     light,  ///
>     dark,  ///
>     action,  /// Background for action panel, e.g. with buttons 
> OK, Cancel etc.
> }

I would like to write insted this:
> enum Background {
>     transparent,
>     light,
>     dark,
>     action,  /// Background for action panel, e.g. with buttons 
> OK, Cancel etc.
> }

and avoid all redundant comments.


More information about the Digitalmars-d-learn mailing list