Bru*_*oLM 8 c# visual-studio-2010 xml-documentation
有没有办法直接从Visual Studio中的代码文档生成可读文档文件?(也考虑2010年)
代码示例:
/// <summary>
/// Convert a number to string
/// </summary>
/// <param name="number">An integer number to be converted to string</param>
/// <returns>Number as string</returns>
/// <example>
/// <code>
/// var s = MyMethod(5);
/// </code>
/// </example>
/// <exception cref="Exception">In case it can't convert</exception>
/// <remarks>
/// Whatever
/// </remarks>
public string MyMethod(int number)
{
return number.ToString();
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
26565 次 |
| 最近记录: |