summaryrefslogtreecommitdiff
path: root/flex.skl
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2012-02-17 21:07:10 +0000
committerWill Estes <wlestes@users.sourceforge.net>2012-02-17 21:07:10 +0000
commit47ea80683d8fac4375ef2cacc26974b86ad60c83 (patch)
treedf9628d4b2d12f207281dcc5269eed511a2d5e00 /flex.skl
parent68f87a3f63319dd6dbc88ed2802054fa8c559a3e (diff)
fix documentation to reflect arguments actually used; bug #2783023
Diffstat (limited to 'flex.skl')
-rw-r--r--flex.skl4
1 files changed, 2 insertions, 2 deletions
diff --git a/flex.skl b/flex.skl
index caa1a89..80fa8b1 100644
--- a/flex.skl
+++ b/flex.skl
@@ -2353,8 +2353,8 @@ m4_ifdef( [[M4_YY_NO_SCAN_BYTES]],,
%if-c-only
/** Setup the input buffer state to scan the given bytes. The next call to 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.
* M4_YY_DOC_PARAM
* @return the newly allocated buffer state object.
*/