summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortranLexer.cxx
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2013-09-19 17:05:17 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-08 13:16:32 (GMT)
commitd915819ad1a6c0dafb38dc12c1e1329d8130403f (patch)
tree790db7cc08486d8ebd142687db1c5522c5671999 /Source/cmDependsFortranLexer.cxx
parent97124f91a5eaa5b1bf962813e72b1b2406960a76 (diff)
downloadCMake-d915819ad1a6c0dafb38dc12c1e1329d8130403f.zip
CMake-d915819ad1a6c0dafb38dc12c1e1329d8130403f.tar.gz
CMake-d915819ad1a6c0dafb38dc12c1e1329d8130403f.tar.bz2
cm*Lexer: Populate empty doxygen @param comment
And in one case fixed wrong param name. Warned by clang -Wdocumentation.
Diffstat (limited to 'Source/cmDependsFortranLexer.cxx')
-rw-r--r--Source/cmDependsFortranLexer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDependsFortranLexer.cxx b/Source/cmDependsFortranLexer.cxx
index 924d9d2..1eff1e4 100644
--- a/Source/cmDependsFortranLexer.cxx
+++ b/Source/cmDependsFortranLexer.cxx
@@ -2165,7 +2165,7 @@ void cmDependsFortran_yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscan
}
/** Set the current line number.
- * @param line_number
+ * @param line_number The line number to set.
* @param yyscanner The scanner object.
*/
void cmDependsFortran_yyset_lineno (int line_number , yyscan_t yyscanner)
@@ -2180,7 +2180,7 @@ void cmDependsFortran_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 cmDependsFortran_yyset_column (int column_no , yyscan_t yyscanner)