From 5e8de7b7bcedf5dceab1af949602cb7d27356ed0 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 19 Mar 2017 20:06:21 +0100 Subject: [PATCH] [master] Fixed doxygen comments --- src/lib/dhcpsrv/cfg_db_access.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/dhcpsrv/cfg_db_access.h b/src/lib/dhcpsrv/cfg_db_access.h index a22e730676..2c87e4dafc 100644 --- a/src/lib/dhcpsrv/cfg_db_access.h +++ b/src/lib/dhcpsrv/cfg_db_access.h @@ -75,7 +75,7 @@ protected: /// @brief Returns lease or host database access string. /// - /// @param Access string without additional (appended) parameters. + /// @param access_string without additional (appended) parameters. std::string getAccessString(const std::string& access_string) const; /// @brief Parameters to be appended to the database access @@ -103,7 +103,7 @@ struct CfgLeaseDbAccess : public CfgDbAccess, public isc::data::CfgToElement { /// @brief Unparse /// - /// @ref CfgToElement::toElement + /// @ref isc::data::CfgToElement::toElement /// /// @result a pointer to a configuration virtual isc::data::ElementPtr toElement() const { @@ -117,7 +117,7 @@ struct CfgHostDbAccess : public CfgDbAccess, public isc::data::CfgToElement { /// @brief Unparse /// - /// @ref CfgToElement::toElement + /// @ref isc::data::CfgToElement::toElement /// /// @result a pointer to a configuration virtual isc::data::ElementPtr toElement() const { -- 2.47.3