diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2011-03-20 13:22:39 (GMT) |
---|---|---|
committer | Nicolas Despres <nicolas.despres@gmail.com> | 2011-10-23 20:18:08 (GMT) |
commit | a92f14f3386e8dee055fe0c3eb624bfb833ee350 (patch) | |
tree | 4e591d93313bcdde349063e9057d55e62c90f8f4 /Source/cmDependsJavaLexer.cxx | |
parent | faede37b79ef0c4dee9cce67ab57499ddf46b47f (diff) | |
download | CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.zip CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.gz CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.bz2 |
Doxygen: Fix warnings.
Diffstat (limited to 'Source/cmDependsJavaLexer.cxx')
-rw-r--r-- | Source/cmDependsJavaLexer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmDependsJavaLexer.cxx b/Source/cmDependsJavaLexer.cxx index e4487f8..63cfebc 100644 --- a/Source/cmDependsJavaLexer.cxx +++ b/Source/cmDependsJavaLexer.cxx @@ -2168,8 +2168,8 @@ YY_BUFFER_STATE cmDependsJava_yy_scan_buffer (char * base, yy_size_t size , yy } /** Setup the input buffer state to scan a string. The next call to cmDependsJava_yylex() will - * scan from a @e copy of @a str. - * @param str a NUL-terminated string to scan + * scan from a @e copy of @a yy_str. + * @param yy_str a NUL-terminated string to scan * @param yyscanner The scanner object. * @return the newly allocated buffer state object. * @note If you want to scan bytes that may contain NUL values, then use @@ -2345,7 +2345,7 @@ void cmDependsJava_yyset_lineno (int line_number , yyscan_t yyscanner) } /** Set the current column. - * @param line_number + * @param column_no * @param yyscanner The scanner object. */ void cmDependsJava_yyset_column (int column_no , yyscan_t yyscanner) |