Class DocumentationSortingAttribute
Atrtribute to control the automatic generation of documentation. This attribute is obsolete and not used.
Namespace: Cinemachine
Syntax
[DocumentationSorting(DocumentationSortingAttribute.Level.Undoc)]
public sealed class DocumentationSortingAttribute : Attribute, _Attribute
Constructors
DocumentationSortingAttribute(DocumentationSortingAttribute.Level)
Contructor with specific values
Declaration
public DocumentationSortingAttribute(DocumentationSortingAttribute.Level category)
Parameters
Type | Name | Description |
---|---|---|
DocumentationSortingAttribute.Level | category | Documentation level |
Properties
Category
Refinement level of the documentation. The more refined, the more is excluded.
Declaration
public DocumentationSortingAttribute.Level Category { get; }
Property Value
Type | Description |
---|---|
DocumentationSortingAttribute.Level |