Thread overview
Is there something better for D than Doxygen?
May 04, 2019
Victor Porton
May 04, 2019
Adam D. Ruppe
May 04, 2019
Cym13
May 06, 2019
Example Name
May 04, 2019
Is there something better for D than Doxygen? Doxygen is buggy for D syntax.
May 04, 2019
On Saturday, 4 May 2019 at 13:07:01 UTC, Victor Porton wrote:
> Is there something better for D than Doxygen? Doxygen is buggy for D syntax.

ddoc? just `dmd -D` on your code.

or one of the ddoc alternatives like my own adrdox (if you are on dub, it will automatically do it too, just click the documentation link)
May 04, 2019
On Saturday, 4 May 2019 at 13:07:01 UTC, Victor Porton wrote:
> Is there something better for D than Doxygen? Doxygen is buggy for D syntax.

I side by Adam's answer but want to add that such questions are more at home on the Learn section of the forum for quality answer :)
May 06, 2019
On Saturday, 4 May 2019 at 13:07:01 UTC, Victor Porton wrote:
> Is there something better for D than Doxygen? Doxygen is buggy for D syntax.

Documentation comments are built in.

https://tour.dlang.org/tour/en/gems/documentation