Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
20897c86
Commit
20897c86
authored
Nov 19, 2012
by
Michal 'vorner' Vaner
Browse files
[2375] Clarify comment
parent
99aed51b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/master_lexer_state.h
View file @
20897c86
...
@@ -116,8 +116,9 @@ public:
...
@@ -116,8 +116,9 @@ public:
/// The returned State will eat eat_chars from the input source,
/// The returned State will eat eat_chars from the input source,
/// it'll set the given token if not NULL, call the given callback
/// it'll set the given token if not NULL, call the given callback
/// and return the next state when its handle() is called. Also, the
/// and return the next state when its handle() is called. Also, the
/// parentheses count is changed accordingly a the last EOL condition
/// parentheses count is changed accordingly to paren_change (positive
/// set if provided.
/// to increase, negative to decrease) and the last_was_eof condition
/// is set if set_eol is non-NULL.
///
///
/// This is provided only for testing purposes. MasterLexer shouldn't
/// This is provided only for testing purposes. MasterLexer shouldn't
/// need this method.
/// need this method.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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