Gets or sets the ShowMissingSummaries property.
[Visual Basic]<Description(Description:="Turning this flag on will show you where you are missing summaries."), _ Category(Category:="Show Missing Documentation"), _ DefaultValue(Value:=False)>Public Property ShowMissingSummaries As Boolean [C#][Description(Description="Turning this flag on will show you where you are missing summaries.")][Category(Category="Show Missing Documentation")][DefaultValue(Value=False)]public bool ShowMissingSummaries { get; set; } [C++][Description(Description="Turning this flag on will show you where you are missing summaries.")][Category(Category="Show Missing Documentation")][DefaultValue(Value=False)]public: __property bool get_ShowMissingSummaries(); public: __property void set_ShowMissingSummaries(bool ); [JScript] publicDescription(Description="Turning this flag on will show you where you are missing summaries.")Category(Category="Show Missing Documentation")DefaultValue(Value=False)function get ShowMissingSummaries() : bool publicDescription(Description="Turning this flag on will show you where you are missing summaries.")Category(Category="Show Missing Documentation")DefaultValue(Value=False)function set ShowMissingSummaries(bool);
If this is true, all members without /doc <summary> comments will contain the phrase Missing Documentation in the generated documentation.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace