Enabling triple/three slash XML comments in Visual Studio 2010 for C#

前端 未结 2 1659
执念已碎
执念已碎 2020-12-20 13:48

My work version of Visual Studio 2010 doesn\'t seem to generate XML commentary for me while coding in C# and typing ///. Yet, my Visual Studio 2010 at home does this just fi

相关标签:
2条回答
  • 2020-12-20 14:30

    There's an option in the Text Editor section of Tools, Options... called "Generate XML documentation comments for ///".

    Generate XML documentation comments for ///

    0 讨论(0)
  • 2020-12-20 14:45

    Tools → Properties → Text Editor → C# → Advanced.

    Tick the checkbox next to Generate XML documentation comments for ///.

    XML comments config option

    0 讨论(0)
提交回复
热议问题