mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 22:45:18 +00:00
[master] Addressed doxygen warnings raised.
This commit is contained in:
@@ -98,14 +98,14 @@ public:
|
|||||||
/// @brief Method called before scanning starts on a string.
|
/// @brief Method called before scanning starts on a string.
|
||||||
///
|
///
|
||||||
/// @param str string to be parsed
|
/// @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);
|
void scanStringBegin(const std::string& str, ParserType type);
|
||||||
|
|
||||||
/// @brief Method called before scanning starts on a file.
|
/// @brief Method called before scanning starts on a file.
|
||||||
///
|
///
|
||||||
/// @param f stdio FILE pointer
|
/// @param f stdio FILE pointer
|
||||||
/// @param filename file to be parsed
|
/// @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);
|
void scanFileBegin(FILE* f, const std::string& filename, ParserType type);
|
||||||
|
|
||||||
/// @brief Method called after the last tokens are scanned.
|
/// @brief Method called after the last tokens are scanned.
|
||||||
|
Reference in New Issue
Block a user