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] publicCategory(Category="Visibility")DefaultValue(Value=False)Description(Description="Turn this flag on to document internal code.")function get DocumentInternals() : bool publicCategory(Category="Visibility")DefaultValue(Value=False)Description(Description="Turn this flag on to document internal code.")function set DocumentInternals(bool);
If this is true, types and members marked as internal will be included in the documentation. Normally, internal items are not documented.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace