Game Development Community

/// Comments

by Jeremy Easoz · in Torque Game Engine · 10/11/2003 (7:21 am) · 2 replies

Any chance someone could add /// style comments so I could run my scripts through
the csharp compiler to generate xml documentation? :D

#1
10/11/2003 (8:02 am)
There already are /// comments they're so you can run the source through doxygen and generate docs...
#2
10/12/2003 (3:47 am)
Cool I didnt know that.
I just remembered seeing that you could use /// and a few <> xml style tags and run
code through the csc (cshapr compiler) to generate xml documentation.
I would have to check and see if I can run it through and make documentation without actually trying to compile.