From: Francis Dupont Date: Mon, 24 Apr 2017 19:06:20 +0000 (+0200) Subject: [master] Added missing doxygen comment X-Git-Tag: trac5212_base~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb3628a371176ca1e2cd1d770791cbfcd94172a;p=thirdparty%2Fkea.git [master] Added missing doxygen comment --- diff --git a/src/lib/dhcp/option_definition.h b/src/lib/dhcp/option_definition.h index d96b8d129e..d415b40e1c 100644 --- a/src/lib/dhcp/option_definition.h +++ b/src/lib/dhcp/option_definition.h @@ -527,6 +527,7 @@ public: /// @brief Factory to create option with tuple list. /// /// @param u option universe (V4 or V6). + /// @param type option type. /// @param begin iterator pointing to the beginning of the buffer /// with a list of tuples. /// @param end iterator pointing to the end of the buffer with