From 73f255e29d2ac9b45106e9ba7c9bb20ff2ab4349 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 4 Nov 2015 09:12:36 -0500 Subject: [PATCH] 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. --- Source/cmFortranLexer.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmFortranLexer.cxx b/Source/cmFortranLexer.cxx index bdb9f2a8c..6779c1ae8 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)