docfx

How can I add .NET namespace information in DocFX


The title says it all ...

In Sandcastle Help File Builder we added the NamespaceDoc class to each namespace to create namespace documentation.

How do we to the same using DocFX?


Solution

  • There isn't a way to add it directly in source code. You can use overwrite files to add summary for namespace type.