Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
97a680e5
Commit
97a680e5
authored
Oct 30, 2018
by
Mark Andrews
Browse files
document eol
parent
2ff57d8a
Pipeline
#5922
passed with stages
in 7 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/lex.h
View file @
97a680e5
...
...
@@ -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.
...
...
Mark Andrews
@marka
mentioned in commit
d0995573
·
Oct 30, 2018
mentioned in commit
d0995573
mentioned in commit d09955736ac56c0617375512f9397de6ce4b5394
Toggle commit list
Mark Andrews
@marka
mentioned in commit
67816c74
·
Oct 30, 2018
mentioned in commit
67816c74
mentioned in commit 67816c747dfd9d9c568702a80ece721d3b6fe64e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment