Women in Technology

Hear us Roar



Article:
  Using NDoc: Adding World-Class Documentation to Your .NET Components
Subject:   How to use UseNamespaceDocSummaries
Date:   2005-08-08 10:59:59
From:   ppastor
According to the documentation, I can set UseNamespaceDocSummaries to true, and the documenter should look for a class called NamespaceDoc, and then use its summary as the summary for the Namespace. Well, I've done this, and it is not working. Any ideas?


BTW, the documenter does ignore this class when building the list of classes in the namespace (so at least that's working :/ )

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • How to use UseNamespaceDocSummaries
    2005-08-08 11:17:49  ppastor [View]

    doh! Never mind.

    My NamespaceDoc class was in the wrong namespace!