How do I document a c# dll

前端 未结 4 1827
感动是毒
感动是毒 2021-01-18 02:08

How do I write a class so that property and method descriptions are visible to people referencing the dll in other projects?

    [Description(\"My age in yea         


        
4条回答
  •  遥遥无期
    2021-01-18 02:37

    In Visual Studio:

    Project -> Properties -> Build -> Check "XML Documentation File".

    For further details, see XML Comments Let You Build Documentation Directly From Your Visual Studio .NET Source Files.

提交回复
热议问题