digitalmars.D - Is there something better for D than Doxygen?
- Victor Porton (2/2) May 04 2019 Is there something better for D than Doxygen? Doxygen is buggy
- Adam D. Ruppe (5/7) May 04 2019 ddoc? just `dmd -D` on your code.
- Cym13 (4/6) May 04 2019 I side by Adam's answer but want to add that such questions are
- Example Name (3/5) May 06 2019 Documentation comments are built in.
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 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.Documentation comments are built in. https://tour.dlang.org/tour/en/gems/documentation
May 06 2019