XML Documentation (Visual C++) Sample |
In Visual C++, you can add comments to your source code that will be processed to an .xml file. This file can then be the input to a process that creates documentation for the classes in your code. An .xml file can also be used to support IntelliSense on your component. |
If you need to put XML special characters in the text of a documentation comment, you must use XML entities or a CDATA section.( meaning character data, is used for distinct, but related purposes in the markup languages SGML and XML.) |
///<summary>Draws Image using CxImage on Print Preview,Print Device</summary> /// { |
Tuesday, December 4, 2007
XML Documentation (Visual C++) Sample
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment