Gets or sets the SkipNamespacesWithoutSummaries property.
[Visual Basic]<Category(Category:="Visibility"), _ DefaultValue(Value:=False), _ Description(Description:="Setting this property to true will not document namespaces that don't have an associated namespace summary.")>Public Property SkipNamespacesWithoutSummaries As Boolean [C#][Category(Category="Visibility")][DefaultValue(Value=False)][Description(Description="Setting this property to true will not document namespaces that don't have an associated namespace summary.")]public bool SkipNamespacesWithoutSummaries { get; set; } [C++][Category(Category="Visibility")][DefaultValue(Value=False)][Description(Description="Setting this property to true will not document namespaces that don't have an associated namespace summary.")]public: __property bool get_SkipNamespacesWithoutSummaries(); public: __property void set_SkipNamespacesWithoutSummaries(bool ); [JScript] publicCategory(Category="Visibility")DefaultValue(Value=False)Description(Description="Setting this property to true will not document namespaces that don't have an associated namespace summary.")function get SkipNamespacesWithoutSummaries() : bool publicCategory(Category="Visibility")DefaultValue(Value=False)Description(Description="Setting this property to true will not document namespaces that don't have an associated namespace summary.")function set SkipNamespacesWithoutSummaries(bool);
Setting this property to true , NDoc will not document namespaces that don't have an associated namespace summary.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace