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.
This commit is contained in:
Brad King 2015-11-04 09:12:36 -05:00
parent ba819f49df
commit 73f255e29d
1 changed files with 2 additions and 2 deletions

View File

@ -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)