From: Tomek Mrugalski Date: Tue, 13 Dec 2016 13:21:57 +0000 (+0100) Subject: [master] Addressed doxygen warnings raised. X-Git-Tag: trac5017_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039622a485df6dac4675edca5a09804eb8cd927d;p=thirdparty%2Fkea.git [master] Addressed doxygen warnings raised. --- 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.