diff options
author | Brad King <brad.king@kitware.com> | 2015-11-04 14:12:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-11-04 14:13:18 (GMT) |
commit | 73f255e29d2ac9b45106e9ba7c9bb20ff2ab4349 (patch) | |
tree | 2ee3fe5329f75cb3a497b3507473dedee02bf45d /Source/cmFortranLexer.cxx | |
parent | ba819f49df33b546072a5928de3253770c4716b9 (diff) | |
download | CMake-73f255e29d2ac9b45106e9ba7c9bb20ff2ab4349.zip CMake-73f255e29d2ac9b45106e9ba7c9bb20ff2ab4349.tar.gz CMake-73f255e29d2ac9b45106e9ba7c9bb20ff2ab4349.tar.bz2 |
cmFortranLexer: Populate empty doxygen @param comments
Re-apply the change from commit v3.0.0-rc1~554^2~2 (cm*Lexer: Populate
empty doxygen @param comment, 2013-09-19) after recent lexer generation.
Diffstat (limited to 'Source/cmFortranLexer.cxx')
-rw-r--r-- | Source/cmFortranLexer.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmFortranLexer.cxx b/Source/cmFortranLexer.cxx index bdb9f2a..6779c1a 100644 --- a/Source/cmFortranLexer.cxx +++ b/Source/cmFortranLexer.cxx @@ -2183,7 +2183,7 @@ void cmFortran_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) } /** Set the current line number. - * @param line_number + * @param line_number The line number to set. * @param yyscanner The scanner object. */ void cmFortran_yyset_lineno (int line_number , yyscan_t yyscanner) @@ -2198,7 +2198,7 @@ void cmFortran_yyset_lineno (int line_number , yyscan_t yyscanner) } /** Set the current column. - * @param line_number + * @param column_no The column number to set. * @param yyscanner The scanner object. */ void cmFortran_yyset_column (int column_no , yyscan_t yyscanner) |