How can i make the intelligence xml file for a .net assembly?

  • Thread starter Thread starter Guest
  • Start date Start date
We will assume that you mean "Intellisense". In your Project "Properties"
Configuration Properties / Build section window there is an entry for "Xml
Documentation File". Fill this in with a path such as "doc/myclass.xml"

Assuming you have documented your class members and fields with properly
formatted XML entries, the documentation XML file will be saved after a build.
--Peter
 

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