]> granicus.if.org Git - flex/commitdiff
Suppress clang warning about empty @param paragraph; resolves sf#158
authorSean McBride <sean@rogue-research.com>
Thu, 3 Apr 2014 00:49:43 +0000 (20:49 -0400)
committerWill Estes <westes575@gmail.com>
Thu, 3 Apr 2014 00:49:43 +0000 (20:49 -0400)
Signed-off-by: Will Estes <westes575@gmail.com>
src/flex.skl

index 85eea18bdad6d045102fa7cbcfa0bd5c9ca60013..03a5e04debb75e3acff6d9aae5ae0cb87b6a0005 100644 (file)
@@ -2646,7 +2646,7 @@ void yyset_extra YYFARGS1( YY_EXTRA_TYPE ,user_defined)
 m4_ifdef( [[M4_YY_NO_SET_LINENO]],,
 [[
 /** Set the current line number.
- * @param line_number
+ * @param line_number line number
  * M4_YY_DOC_PARAM
  */
 void yyset_lineno YYFARGS1( int ,line_number)
@@ -2668,7 +2668,7 @@ m4_ifdef( [[M4_YY_REENTRANT]],
 m4_ifdef( [[M4_YY_NO_SET_COLUMN]],,
 [[
 /** Set the current column.
- * @param line_number
+ * @param column_no column number
  * M4_YY_DOC_PARAM
  */
 void yyset_column YYFARGS1( int , column_no)