NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.ShowMissingParams Property

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

Remarks

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

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace