XML Doc - any javadoc like utility?

  • Thread starter Thread starter babylon
  • Start date Start date
B

babylon

I know that the xml comment (///) can be extracted to a xml file using
compiler switch /doc
but what should I do with the resultant xml?

is there any tools to compile it to .chm or html like javadoc?

thx.
 
i think he means "build comment web pages" in the tool menu
it is not very useful....

but ndoc is really cool!!
thx!
 
Lloyd Dupont said:
VS.NET do that ?
how ?
i Don't think that VS.NET does build compiled help files. But when you
put the xml doc next to the assembly when you reference it from another
project, the class browser will show these comments.

HTH,
Andy
 
I suggest you install the excellent open source tool called ndoc. A google
search will locate the download page.

It produces compiled help files in either MSDN or javadoc format.

Regards

Ron
 
Back
Top