NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.DocumentEmptyNamespaces Property

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] public 
   Description(Description="Turn this flag on to document empty namespaces.")
   Category(Category="Visibility")
   DefaultValue(Value=False)
function get DocumentEmptyNamespaces() : bool public 
   Description(Description="Turn this flag on to document empty namespaces.")
   Category(Category="Visibility")
   DefaultValue(Value=False)
function set DocumentEmptyNamespaces(bool);

Remarks

If this is true, empty namespaces will be included in the documentation. Normally, empty namespaces are not documented.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace