API Documentation

  • Thread starter Thread starter Patrick McGovern
  • Start date 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?
 
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.
 
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.
 
Back
Top