Merge pull request #2571 from wing328/objc-docstring

[ObjC] update docstring in ObjC API header files
This commit is contained in:
wing328
2016-04-12 16:02:39 +08:00
5 changed files with 20 additions and 20 deletions

View File

@@ -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}}}