NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.SkipNamespacesWithoutSummaries Property

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] public 
   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.")
function get SkipNamespacesWithoutSummaries() : bool public 
   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.")
function set SkipNamespacesWithoutSummaries(bool);

Remarks

Setting this property to true , NDoc will not document namespaces that don't have an associated namespace summary.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace