NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.ShowMissingReturns Property

Gets or sets the ShowMissingReturns property.

[Visual Basic]
<Description(Description:="Turning this flag on will show you where you are missing Returns."), _  DefaultValue(Value:=False), _  Category(Category:="Show Missing Documentation")>
Public Property ShowMissingReturns As Boolean [C#]
[Description(Description="Turning this flag on will show you where you are missing Returns.")]
[DefaultValue(Value=False)]
[Category(Category="Show Missing Documentation")]
public bool ShowMissingReturns { get; set; } [C++]
[Description(Description="Turning this flag on will show you where you are missing Returns.")]
[DefaultValue(Value=False)]
[Category(Category="Show Missing Documentation")]
public: __property bool get_ShowMissingReturns(); public: __property void set_ShowMissingReturns(bool ); [JScript] public 
   Description(Description="Turning this flag on will show you where you are missing Returns.")
   DefaultValue(Value=False)
   Category(Category="Show Missing Documentation")
function get ShowMissingReturns() : bool public 
   Description(Description="Turning this flag on will show you where you are missing Returns.")
   DefaultValue(Value=False)
   Category(Category="Show Missing Documentation")
function set ShowMissingReturns(bool);

Remarks

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

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace