From: Marcin Siodelski Date: Thu, 24 Mar 2016 11:34:43 +0000 (+0100) Subject: [master] Eliminate doxygen warnings after #4212 and #3696. X-Git-Tag: trac4106_update_base~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14cc8ad6647d32e080a4e3dc14f2e0c2dfc46815;p=thirdparty%2Fkea.git [master] Eliminate doxygen warnings after #4212 and #3696. Committing on my discretion and with no objections on jabber. --- diff --git a/src/lib/dhcpsrv/cfg_db_access.h b/src/lib/dhcpsrv/cfg_db_access.h index f3efd864f5..77fda0d18a 100644 --- a/src/lib/dhcpsrv/cfg_db_access.h +++ b/src/lib/dhcpsrv/cfg_db_access.h @@ -59,7 +59,7 @@ public: host_db_access_ = host_db_access; } - /// @brief Creates instance of @ref LeaseMgr @ref HostDataSource + /// @brief Creates instance of lease manager and host data source /// according to the configuration specified. void createManagers() const; diff --git a/src/lib/dhcpsrv/mysql_host_data_source.cc b/src/lib/dhcpsrv/mysql_host_data_source.cc index 104c0a3c2e..f9996c3237 100644 --- a/src/lib/dhcpsrv/mysql_host_data_source.cc +++ b/src/lib/dhcpsrv/mysql_host_data_source.cc @@ -1070,7 +1070,7 @@ public: /// @param bind Vector of MYSQL_BIND objects to be used when making the /// query. /// - /// @htrow isc::dhcp::DuplicateEntry Database throws duplicate entry error + /// @throw isc::dhcp::DuplicateEntry Database throws duplicate entry error void addQuery(MySqlHostDataSource::StatementIndex stindex, std::vector& bind); @@ -1103,11 +1103,12 @@ public: /// the 'hosts' table. The query may also use LEFT JOIN clause to /// retrieve information from other tables, e.g. ipv6_reservations. /// Whether IPv6 reservations are assigned to the @ref Host objects - /// depends on the type of the @ref exchange object. + /// depends on the type of the exchange object. /// /// @param stindex Statement index. - /// @param Vector of MySQL bindings. - /// @param Pointer to the exchange object used for the particular query. + /// @param bind Pointer to an array of MySQL bindings. + /// @param exchange Pointer to the exchange object used for the + /// particular query. /// @param [out] result Reference to the collection of hosts returned. /// @param single A boolean value indicating if a single host is /// expected to be returned, or multiple hosts.