]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Addressed doxygen warnings raised. trac5017_base
authorTomek Mrugalski <tomasz@isc.org>
Tue, 13 Dec 2016 13:21:57 +0000 (14:21 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 13 Dec 2016 13:21:57 +0000 (14:21 +0100)
src/bin/dhcp6/parser_context.h

index 24ee963d70b753176fe4ae108023e51b248cfdd0..2b840e2a589540eb59bb4771934bbda547ec82fe 100644 (file)
@@ -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.