【发布时间】:2011-09-02 04:02:25
【问题描述】:
这应该更容易...
我想在我的代码中为 XML 文档添加一个“编码”换行符
/// <summary>
/// Get a human-readable variant of the SQL WHERE statement of the search element. <br/>
/// Rather than return SQL, this method returns a string with icon-tokens, which
/// could be used to represent the search in a condensed pictogram format.
/// </summary>
如您所见,我找到了一些演示添加 括号的答案。 有趣的是,好的 'ol 换行符不会在 Intellisense 弹出窗口中创建换行符。
我觉得这很烦人......
有什么建议吗?
【问题讨论】:
-
从 Visual Studio 2019 开始,可以使用
创建换行符。参考答案here。
标签: c# .net xml-documentation