【发布时间】:2011-10-09 02:59:07
【问题描述】:
我想在我自己的文档中实现与this MSDN page 备注部分中的黄色“注意:”框类似的东西。
我正在使用sandcastle 和sandcastle 帮助文件生成器从文档标签中生成参考网站。我要写什么才能实现这样的笔记框?
【问题讨论】:
标签: c# tags xml-documentation
我想在我自己的文档中实现与this MSDN page 备注部分中的黄色“注意:”框类似的东西。
我正在使用sandcastle 和sandcastle 帮助文件生成器从文档标签中生成参考网站。我要写什么才能实现这样的笔记框?
【问题讨论】:
标签: c# tags xml-documentation
/// <summary><c>Increment</c> method increments the stored number by one.
/// <note type="caution">
/// note description here
/// </note>
/// </summary>
查看文件“C:\Program Files\Sandcastle\Examples\Sandcastle\test.cs”
类型可以是以下之一:
【讨论】: