From: Mark Andrews Date: Mon, 29 Oct 2018 23:40:31 +0000 (+1100) Subject: document eol X-Git-Tag: v9.13.4~73^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a680e5ce0e108a8c8902fb48fa0584cc08faa5;p=thirdparty%2Fbind9.git document eol --- diff --git a/lib/isc/include/isc/lex.h b/lib/isc/include/isc/lex.h index d63ecf96541..d1e36c0a15d 100644 --- a/lib/isc/include/isc/lex.h +++ b/lib/isc/include/isc/lex.h @@ -306,7 +306,8 @@ isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, * Get the next token from a DNS master file type stream. This is a * convenience function that sets appropriate options and handles quoted * strings and end of line correctly for master files. It also ungets - * unexpected tokens. + * unexpected tokens. If `eol` is set then expect end-of-line otherwise + * eol is a error. * * Requires: *\li 'lex' is a valid lexer. @@ -324,6 +325,7 @@ isc_lex_getoctaltoken(isc_lex_t *lex, isc_token_t *token, bool eol); * Get the next token from a DNS master file type stream. This is a * convenience function that sets appropriate options and handles end * of line correctly for master files. It also ungets unexpected tokens. + * If `eol` is set then expect end-of-line otherwise eol is a error. * * Requires: *\li 'lex' is a valid lexer.