API Documentation

  • Thread starter Patrick McGovern
  • Start date
P

Patrick McGovern

I can't seem to find any guidance around this...is there a way to generate
API documention for my classes using VS2005?
 
N

Nicholas Paldino [.NET/C# MVP]

Patrick,

No, there is not, not outright. What you have to do is generate the XML
documentation from your class. Once you have that, there are third party
tools you can use which will create help files, HTML files, etc, etc through
an XML transformation.

Hope this helps.
 
P

Patrick McGovern

Nicholas,

thanks! that does help. i see that option now. Do you have the names of any
of those 3rd party tools?

pat

Nicholas Paldino said:
Patrick,

No, there is not, not outright. What you have to do is generate the
XML documentation from your class. Once you have that, there are third
party tools you can use which will create help files, HTML files, etc, etc
through an XML transformation.

Hope this helps.
 

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