与C#相关的XML Documentation

来源:互联网 发布:腾讯云申请域名绿标 编辑:程序博客网 时间:2024/06/15 23:39

from: http://msdn.microsoft.com/en-us/library/b2s063f7(v=vs.71)



In Visual C# you can document the code you write using XML. C# is the only programming language in Visual Studio .NET with this feature. For details on creating an XML file with documentation comments, see the following topics.

For information aboutSeeThe C# compiler option to use/doc (Process Documentation Comments)Tags you can use to provide commonly used functionality in documentationRecommended Tags for Documentation CommentsThe ID strings that the compiler produces to identify the constructs in your codeProcessing the XML FileHow to delimit documentation tagsDelimiters for Documentation TagsHow to document a typeXML Documentation TutorialLinks to information about XML as it relates to Visual Studio feature areasXML in Visual Studio

See Commenting Code for information on how Visual Studio will display a report on the structure of your code, to include XML Documentation comments.

原创粉丝点击