summaryrefslogtreecommitdiff
path: root/ast_expr2f.c
diff options
context:
space:
mode:
authorNorth Antara <north@ntbox.com>2006-07-19 22:40:36 +0000
committerNorth Antara <north@ntbox.com>2006-07-19 22:40:36 +0000
commit1edb21b423cab2a26e47141c2e7a17b8b7f80d04 (patch)
treea044c11159e0ba1f2d344b7053a73adab743dd8a /ast_expr2f.c
parent9dac8f0f09300d01d3fae5da6e879bef0ab28322 (diff)
Fix a few doxygen warnings.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38009 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'ast_expr2f.c')
-rw-r--r--ast_expr2f.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ast_expr2f.c b/ast_expr2f.c
index 7d790924d..3693e4842 100644
--- a/ast_expr2f.c
+++ b/ast_expr2f.c
@@ -2722,8 +2722,8 @@ YY_BUFFER_STATE ast_yy_scan_string (yyconst char * yystr , yyscan_t yyscanner)
/** Setup the input buffer state to scan the given bytes. The next call to ast_yylex() will
* scan from a @e copy of @a bytes.
- * @param bytes the byte buffer to scan
- * @param len the number of bytes in the buffer pointed to by @a bytes.
+ * @param yybytes the byte buffer to scan
+ * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
*/
@@ -2884,7 +2884,7 @@ void ast_yyset_lineno (int line_number , yyscan_t yyscanner)
}
/** Set the current column.
- * @param line_number
+ * @param column_no
* @param yyscanner The scanner object.
*/
void ast_yyset_column (int column_no , yyscan_t yyscanner)