XML-documentation for a namespace

前端 未结 7 1180
自闭症患者
自闭症患者 2020-12-14 05:21

Would you write xml-doc for a namespace? And if yes, how and where?

I would think, if it is possible, maybe an almost empty file like this:

/// 

        
7条回答
  •  佛祖请我去吃肉
    2020-12-14 06:10

    If using Mono's mdoc documentation system, you can document namespace members by editing the ns-*.xml documentation files.

    See the mdoc file format documentation for more details.

提交回复
热议问题