From 039622a485df6dac4675edca5a09804eb8cd927d Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 13 Dec 2016 14:21:57 +0100 Subject: [PATCH] [master] Addressed doxygen warnings raised. --- src/bin/dhcp6/parser_context.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/dhcp6/parser_context.h b/src/bin/dhcp6/parser_context.h index 24ee963d70..2b840e2a58 100644 --- a/src/bin/dhcp6/parser_context.h +++ b/src/bin/dhcp6/parser_context.h @@ -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. -- 2.47.3