summaryrefslogtreecommitdiff
path: root/main/ast_expr2f.c
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-11-12 23:44:20 +0000
committerJason Parker <jparker@digium.com>2007-11-12 23:44:20 +0000
commitcfbc4f5fb89344e2b0a07fbcb0c0fe35e09bca87 (patch)
treeb4f451a9593bedd2c9171dc8d03ca89228930385 /main/ast_expr2f.c
parentf033e50a1588a5829479ef83b7f2275b08669bf4 (diff)
Doxygen fixes.
Also fix a common typo I kept seeing (arguement) in various files. Closes issue #11222, patch by snuffy (with arguement > argument by me). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/ast_expr2f.c')
-rw-r--r--main/ast_expr2f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c
index c9ae8defd..a39af463f 100644
--- a/main/ast_expr2f.c
+++ b/main/ast_expr2f.c
@@ -2774,7 +2774,7 @@ YY_BUFFER_STATE ast_yy_scan_buffer (char * base, yy_size_t size , yyscan_t yys
/** Setup the input buffer state to scan a string. The next call to ast_yylex() will
* scan from a @e copy of @a str.
- * @param str a NUL-terminated string to scan
+ * @param yy_str a NUL-terminated string to scan
* @param yyscanner The scanner object.
* @return the newly allocated buffer state object.
* @note If you want to scan bytes that may contain NUL values, then use
@@ -2950,7 +2950,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)