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