www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Is there something better for D than Doxygen?

reply Victor Porton <porton narod.ru> writes:
Is there something better for D than Doxygen? Doxygen is buggy 
for D syntax.
May 04 2019
next sibling parent Adam D. Ruppe <destructionator gmail.com> writes:
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
prev sibling next sibling parent Cym13 <cpicard openmailbox.org> writes:
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
prev sibling parent Example Name <email example.org> writes:
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