Repair various invalid HeaderDoc comments.

Enable build setting to allow Xcode to complain about invalid
comments.
This commit is contained in:
Aaron Gyes
2016-06-05 18:46:04 -07:00
parent 32a585a52b
commit 1357f5a364
12 changed files with 43 additions and 44 deletions

View File

@@ -113,7 +113,7 @@ bool parse_util_argument_is_help(const wchar_t *s, int min_match);
/// \param quote If not NULL, store the type of quote this parameter has, can be either ', " or \\0,
/// meaning the string is not quoted.
/// \param offset If not NULL, get_param will store the offset to the beginning of the parameter.
/// \param type If not NULL, get_param will store the token type.
/// \param out_type If not NULL, get_param will store the token type.
void parse_util_get_parameter_info(const wcstring &cmd, const size_t pos, wchar_t *quote,
size_t *offset, enum token_type *out_type);