NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.DocumentAttributes Property

Gets or sets whether or not to document the attributes.

[Visual Basic]
<Category(Category:="Show Attributes"), _  DefaultValue(Value:=False), _  Description(Description:="Set this to true to output the attributes of the types/members in the syntax portion.")>
Public Property DocumentAttributes As Boolean [C#]
[Category(Category="Show Attributes")]
[DefaultValue(Value=False)]
[Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")]
public bool DocumentAttributes { get; set; } [C++]
[Category(Category="Show Attributes")]
[DefaultValue(Value=False)]
[Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")]
public: __property bool get_DocumentAttributes(); public: __property void set_DocumentAttributes(bool ); [JScript] public 
   Category(Category="Show Attributes")
   DefaultValue(Value=False)
   Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")
function get DocumentAttributes() : bool public 
   Category(Category="Show Attributes")
   DefaultValue(Value=False)
   Description(Description="Set this to true to output the attributes of the types/members in the syntax portion.")
function set DocumentAttributes(bool);

Remarks

Set this to true to output the attributes of the types/members in the syntax portion of topics.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace