Code Documentation

  • Thread starter Thread starter MArcel Hug
  • Start date Start date
M

MArcel Hug

Hello !
I have seen, that in Visual .NET it is possible to generate a XML-File of
the code commentar. But it is only possible for C# language, or can I use
this in VC++ ?

Can I just create a XML-File or is it possible to get a HTML file (like in
JAVA) ?

Thanks
Regards
Marcel
 
Hello Ludovic !
NDoc is a great powerfull software that create help files like in MSDN or
Javadoc
http://ndoc.sourceforge.net/

Yes your are right ! This NDoc tool looks very good, but to create the
XML-File out from the Visual Studio, the C-Sharp Complir is used. So it is
not possible to create this files from a C++ Project !??!

Can I create automatic Code Docu in Visual Studio in a C++ Project ?

Regards
 
Back
Top