在Visual Studio中/// <comment> </ comment>的目的是什么?

Mat*_*ker 0 c++ frameworks visual-studio-2012

我在网上搜索,没有找到解释此评论块使用情况的结果.因此,我希望有人可以向我解释这种评论风格背后的原因.

///<comment> Text goes here. </comment>
Run Code Online (Sandbox Code Playgroud)

Ini*_*eer 7

它们是XML文档注释.

http://msdn.microsoft.com/en-us/library/b2s063f7.aspx

  • 另外作为一个注释,无论你输入什么,都会显示在Itellisense中(当你输入类或函数名时出现的弹出窗口) (2认同)