Gets or sets the DocumentPrivates property.
[Visual Basic]<Description(Description:="Turn this flag on to document empty namespaces."), _ Category(Category:="Visibility"), _ DefaultValue(Value:=False)>Public Property DocumentEmptyNamespaces As Boolean [C#][Description(Description="Turn this flag on to document empty namespaces.")][Category(Category="Visibility")][DefaultValue(Value=False)]public bool DocumentEmptyNamespaces { get; set; } [C++][Description(Description="Turn this flag on to document empty namespaces.")][Category(Category="Visibility")][DefaultValue(Value=False)]public: __property bool get_DocumentEmptyNamespaces(); public: __property void set_DocumentEmptyNamespaces(bool ); [JScript] publicDescription(Description="Turn this flag on to document empty namespaces.")Category(Category="Visibility")DefaultValue(Value=False)function get DocumentEmptyNamespaces() : bool publicDescription(Description="Turn this flag on to document empty namespaces.")Category(Category="Visibility")DefaultValue(Value=False)function set DocumentEmptyNamespaces(bool);
If this is true, empty namespaces will be included in the documentation. Normally, empty namespaces are not documented.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace