From: Sean McBride Date: Thu, 3 Apr 2014 00:49:43 +0000 (-0400) Subject: Suppress clang warning about empty @param paragraph; resolves sf#158 X-Git-Tag: v2.6.0~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e470b426eb944b8ed09acad8484a7b8cb17103c;p=flex Suppress clang warning about empty @param paragraph; resolves sf#158 Signed-off-by: Will Estes --- diff --git a/src/flex.skl b/src/flex.skl index 85eea18..03a5e04 100644 --- a/src/flex.skl +++ b/src/flex.skl @@ -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)