From 1357f5a3647aba1024afe8557695c1a07a81b129 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Sun, 5 Jun 2016 18:46:04 -0700 Subject: Repair various invalid HeaderDoc comments. Enable build setting to allow Xcode to complain about invalid comments. --- src/parse_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse_util.h') diff --git a/src/parse_util.h b/src/parse_util.h index 92a1e939..98caaea8 100644 --- a/src/parse_util.h +++ b/src/parse_util.h @@ -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); -- cgit v1.2.3