NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.DocumentInternals Property

Gets or sets the DocumentInternals property.

[Visual Basic]
<Category(Category:="Visibility"), _  DefaultValue(Value:=False), _  Description(Description:="Turn this flag on to document internal code.")>
Public Property DocumentInternals As Boolean [C#]
[Category(Category="Visibility")]
[DefaultValue(Value=False)]
[Description(Description="Turn this flag on to document internal code.")]
public bool DocumentInternals { get; set; } [C++]
[Category(Category="Visibility")]
[DefaultValue(Value=False)]
[Description(Description="Turn this flag on to document internal code.")]
public: __property bool get_DocumentInternals(); public: __property void set_DocumentInternals(bool ); [JScript] public 
   Category(Category="Visibility")
   DefaultValue(Value=False)
   Description(Description="Turn this flag on to document internal code.")
function get DocumentInternals() : bool public 
   Category(Category="Visibility")
   DefaultValue(Value=False)
   Description(Description="Turn this flag on to document internal code.")
function set DocumentInternals(bool);

Remarks

If this is true, types and members marked as internal will be included in the documentation. Normally, internal items are not documented.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace