How can I create Docs from my source files?

  • Thread starter Thread starter Kfir Marouani
  • Start date Start date
K

Kfir Marouani

Hi,
I'm looking for a way to generate documents from my source files. Like in
Javadocs.
Anyone?

(Thanks in advance)
 
Kfir,

To start, take a look at the section of the MSDN documentation titled
"How to: Use the XML Documentation Features (C# Programming Guide)", located
at:

http://msdn2.microsoft.com/en-us/library/z04awywx(VS.80).aspx

Also, you will want to take a look at Sandcastle, which is the codename
for the documentation compiler that (I believe) will be released with Orcas
(the next version of Visual Studio):

http://blogs.msdn.com/sandcastle/

You can also look at NDoc as well. Last I checked (and this was a while
ago) it didn't have much support (or any) for documentation of generics, so
this could be an issue:

http://ndoc.sourceforge.net/

Hope this helps.
 
You can use our VSdocman for that. In addition to already mentioned
tools, it contains WYSIWYG comment editor, output localization, direct
support for ASP. NET projects and other features.
 

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

Back
Top