- Home /
Question by
ina · May 07, 2011 at 09:15 AM ·
documentationgenerator
Documentation Generators for Unity code comments
What are some recommended documentation generators for Unity code?
Comment
I am also curious. Did you find one? anything regarding Documentation Generators for Unity code & comments @ina
Answer by SarperS · Oct 23, 2012 at 06:43 AM
Are you using C# or Unityscript? If you are working with C# Doxygen is a great solution. You can also use XML style comments and export MSDN-like documentation from within Visual Studio.
http://www.stack.nl/~dimitri/doxygen/ http://msdn.microsoft.com/en-us/library/b2s063f7.aspx
Answer by dentedpixel · Dec 12, 2012 at 06:38 PM
For UnityScript the only workable solution I have found is: YUIDoc
For C# you have many more options. I have used Doxygen in the past and I have liked the results.