NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.ShowMissingValues Property

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] public 
   Description(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 public 
   Description(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);

Remarks

If this is true, all properties without /doc <value> comments will contain the phrase Missing Documentation in the generated documentation.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace