Visual Studio Object Browser

  • Thread starter Thread starter Arne Garvander
  • Start date Start date
A

Arne Garvander

When I browse Microsoft System DLL in the Object Browser, I get summary text
and other information for each method.
I create mine own .Net libraries for the enterprise, but my summaries does
not show in the object browser.
What have I missed?
 
/* Path may vary depending on programming language */
C# - Project Properties -> Build -> Check "XML Documentation file"

This will take your inline XML comments and build <dll_name>.xml. The
Object Browser will use this file if it exists.

Jason Newell
www.jasonnewell.net
 
Back
Top