Skip to content

Commit

Permalink
Update doc generation to correct doctype
Browse files Browse the repository at this point in the history
  • Loading branch information
lukescholefield authored and thomasvl committed May 10, 2018
1 parent 3ce5c30 commit ee31109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tools/ServiceGenerator/SGUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ - (void)appendParam:(NSString *)param format:(NSString *)format, ... {
}

- (void)appendReturns:(NSString *)str {
[self appendFirstIndent:@"@returns " indent:@" " string:str];
[self appendFirstIndent:@"@return " indent:@" " string:str];
}

- (void)appendArg:(NSString *)name string:(NSString *)str {
Expand Down

0 comments on commit ee31109

Please sign in to comment.