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