XML Doc - any javadoc like utility?

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.
 
B

babylon

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

but ndoc is really cool!!
thx!
 
A

Andreas =?ISO-8859-1?Q?M=FCller?=

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
 
R

Ron McNulty

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top