/// 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
the csharp compiler to generate xml documentation? :D
About the author
#2
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.
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.
Torque Owner J. Donavan Stanley