Skip to content

DocFx does not support /// <exclude /> #5796

@ThomCBlackwellBSS

Description

@ThomCBlackwellBSS

Operation System:Windows

DocFX Version Used: Most recent

Template used: Default

Steps to Reproduce:

  1. added triple slash above a property "/
    /// <exclude />
    public string SomePropertyIDoNotWantDocumented { get; set; } = "";
    Expected Behavior:
    Property documentation would not be generated

Actual Behavior:
Property documentation is generated

Metadata

Metadata

Assignees

No one assigned

    Labels

    dotnetGenerate .NET API reference docsdotnet: xml-commentXML comment for .NET API reference docs

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions