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
Sebastian Schrader
Kea
Commits
039622a4
Commit
039622a4
authored
Dec 13, 2016
by
Tomek Mrugalski
🛰
Browse files
[master] Addressed doxygen warnings raised.
parent
b49799a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/parser_context.h
View file @
039622a4
...
...
@@ -98,14 +98,14 @@ public:
/// @brief Method called before scanning starts on a string.
///
/// @param str string to be parsed
/// @param
parser_
type specifies expected content
/// @param type specifies expected content
void
scanStringBegin
(
const
std
::
string
&
str
,
ParserType
type
);
/// @brief Method called before scanning starts on a file.
///
/// @param f stdio FILE pointer
/// @param filename file to be parsed
/// @param
parser_
type specifies expected content
/// @param type specifies expected content
void
scanFileBegin
(
FILE
*
f
,
const
std
::
string
&
filename
,
ParserType
type
);
/// @brief Method called after the last tokens are scanned.
...
...
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