I am looking for something like Doxygen for C++/CX code. Basically it scans code files and generates automatic documentation based on on the code and comments on the code. Is there something available for C++/CX?
Thanks,
Roberto
Roberto
Edited byrobertoprsWednesday, April 24, 2013 12:49 AMMispelling
Have you tried using Doxygen with C++/CLI support enabled? C++/CX and C++/CLI are virtually identical so it should generally work. There's also the option of using the built-in XML documentation support in VC++:
http://msdn.microsoft.com/en-us/library/ms235515.aspx .