This documentation is archived and is not being maintained.
Supplying XML Code Comments
Visual Studio 2012
You can make the comments in source code files available as IntelliSense. When you add the /doc switch to the Visual Basic, C#, or C++ compiler command line, an .xml file is generated that serves as the basis for IntelliSense documentation.
For more information about documenting code in Visual Basic, see see How to: Create XML Documentation in Visual Basic.
For more information about documenting code in C#, see XML Documentation Comments (C# Programming Guide).
For more information about documenting code in C++, see C++ Comments and XML Documentation (Visual C++).
Show: