Namespace documentation on a .Net project (Sandcastle)?

后端 未结 7 509
萌比男神i
萌比男神i 2020-12-23 09:12

I started using Sandcastle some time ago to generate a Documentation Website for one of our projects. It\'s working quite well but we\'ve always only written documentation f

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 09:30

    You cant add references that way - do it via NamespaceDoc.cs instances

    i.e

    ///

    /// Concrete implementation of see cref="IInterface" using see cref="Concrete"
    ///
    class NamespaceDoc { }

    see here

提交回复
热议问题