From 613825a26259681d9736097dfaae845aabbc15a8 Mon Sep 17 00:00:00 2001
From: Sean McBride <sean@rogue-research.com>
Date: Thu, 19 Sep 2013 15:07:24 -0400
Subject: [PATCH 8/9] Populated empty doxygen @param comment

And in one case fixed wrong param name.
Warned by clang -Wdocumentation.
---
 Source/cmListFileLexer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Source/cmListFileLexer.c b/Source/cmListFileLexer.c
index 2841fe5..079f07d 100644
--- a/Source/cmListFileLexer.c
+++ b/Source/cmListFileLexer.c
@@ -1928,7 +1928,7 @@ void cmListFileLexer_yyset_extra (YY_EXTRA_TYPE  user_defined , yyscan_t yyscann
 }
 
 /** Set the current line number.
- * @param line_number
+ * @param line_number The line number to set.
  * @param yyscanner The scanner object.
  */
 void cmListFileLexer_yyset_lineno (int  line_number , yyscan_t yyscanner)
@@ -1943,7 +1943,7 @@ void cmListFileLexer_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 cmListFileLexer_yyset_column (int  column_no , yyscan_t yyscanner)
-- 
1.8.3.2

