-
Notifications
You must be signed in to change notification settings - Fork 880
Closed
Labels
dotnetGenerate .NET API reference docsGenerate .NET API reference docs
Description
Describe the bug
When a generic class contains a summary, but the type parameter is not documented, the summary text is shown for the type parameter.
To Reproduce
-
Create a new project and add the following class:
/// <summary> /// A visitor for tree nodes. /// </summary> public sealed class NodeVisitor<T> { }
-
Follow the getting-started steps from the docfx documentation.
-
Open the documentation website in the browser.
Expected behavior
No documentation should be shown for the type parameter, because it is not documented. This worked properly in v2.74.0:
Context (please complete the following information):
- OS: Windows 11
- Docfx version: latest master (at commit 1d5e946)
- .NET version: .NET 8
docfx.jsonconfig: default settings produced bydocfx init
Metadata
Metadata
Assignees
Labels
dotnetGenerate .NET API reference docsGenerate .NET API reference docs

