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] publicDescription(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 publicDescription(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);
If this is true, all members without /doc <returns> comments will contain the phrase Missing Documentation in the generated documentation.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace