forked from loafle/openapi-generator-original
Merge pull request #2571 from wing328/objc-docstring
[ObjC] update docstring in ObjC API header files
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
/// {{{summary}}}
|
||||
/// {{#notes}}{{{notes}}}{{/notes}}
|
||||
///
|
||||
/// {{#allParams}}@param {{paramName}} {{description}}
|
||||
/// {{#allParams}}@param {{paramName}} {{description}}{{^required}} (optional){{/required}}{{#defaultValue}} (default to {{{.}}}){{/defaultValue}}
|
||||
/// {{/allParams}}
|
||||
///
|
||||
/// @return {{{returnType}}}
|
||||
|
||||
Reference in New Issue
Block a user