XmlDocMarkdownSettings.SkipUnbrowsable property

If true, skips documentation for types and members with [EditorBrowsable(EditorBrowsableState.Never)].

public bool SkipUnbrowsable { get; set; }

See Also