Framework for printing abridged manual sections in response to syntactic mistakes
This commit is contained in:
@@ -341,7 +341,6 @@ void WingGraphExport::EmitComments()
|
||||
|
||||
// Emit wrapped, indented body.
|
||||
Output.Append(WingUtils::WrapText(CommentNode->NodeComment, 70, TEXT(" - ")));
|
||||
Output.Append(TEXT("\n"));
|
||||
|
||||
// Find contained nodes.
|
||||
TArray<FString> ContainedNames;
|
||||
|
||||
Reference in New Issue
Block a user