summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranLexer.cxx
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2011-03-20 13:22:39 (GMT)
committerNicolas Despres <nicolas.despres@gmail.com>2011-10-23 20:18:08 (GMT)
commita92f14f3386e8dee055fe0c3eb624bfb833ee350 (patch)
tree4e591d93313bcdde349063e9057d55e62c90f8f4 /Source/cmDependsFortranLexer.cxx
parentfaede37b79ef0c4dee9cce67ab57499ddf46b47f (diff)
downloadCMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.zip
CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.gz
CMake-a92f14f3386e8dee055fe0c3eb624bfb833ee350.tar.bz2
Doxygen: Fix warnings.
Diffstat (limited to 'Source/cmDependsFortranLexer.cxx')
-rw-r--r--Source/cmDependsFortranLexer.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/cmDependsFortranLexer.cxx b/Source/cmDependsFortranLexer.cxx
index a488884..438af2d 100644
--- a/Source/cmDependsFortranLexer.cxx
+++ b/Source/cmDependsFortranLexer.cxx
@@ -1991,9 +1991,9 @@ YY_BUFFER_STATE cmDependsFortran_yy_scan_string (yyconst char * yystr , yyscan_t
}
/** Setup the input buffer state to scan the given bytes. The next call to cmDependsFortran_yylex() will
- * scan from a @e copy of @a bytes.
- * @param bytes the byte buffer to scan
- * @param len the number of bytes in the buffer pointed to by @a bytes.
+ * scan from a @e copy of @a yybytes.
+ * @param yybytes the byte buffer to scan
+ * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
@@ -2154,7 +2154,7 @@ void cmDependsFortran_yyset_lineno (int line_number , yyscan_t yyscanner)
}
/** Set the current column.
- * @param line_number
+ * @param column_no
* @param yyscanner The scanner object.
*/
void cmDependsFortran_yyset_column (int column_no , yyscan_t yyscanner)