Browse Source

[master] Fixed doxygen comments

Francis Dupont 8 years ago
parent
commit
5e8de7b7bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/dhcpsrv/cfg_db_access.h

+ 3 - 3
src/lib/dhcpsrv/cfg_db_access.h

@@ -75,7 +75,7 @@ protected:
 
 
     /// @brief Returns lease or host database access string.
     /// @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;
     std::string getAccessString(const std::string& access_string) const;
 
 
     /// @brief Parameters to be appended to the database access
     /// @brief Parameters to be appended to the database access
@@ -103,7 +103,7 @@ struct CfgLeaseDbAccess : public CfgDbAccess, public isc::data::CfgToElement {
 
 
     /// @brief Unparse
     /// @brief Unparse
     ///
     ///
-    /// @ref CfgToElement::toElement
+    /// @ref isc::data::CfgToElement::toElement
     ///
     ///
     /// @result a pointer to a configuration
     /// @result a pointer to a configuration
     virtual isc::data::ElementPtr toElement() const {
     virtual isc::data::ElementPtr toElement() const {
@@ -117,7 +117,7 @@ struct CfgHostDbAccess : public CfgDbAccess, public isc::data::CfgToElement {
 
 
     /// @brief Unparse
     /// @brief Unparse
     ///
     ///
-    /// @ref CfgToElement::toElement
+    /// @ref isc::data::CfgToElement::toElement
     ///
     ///
     /// @result a pointer to a configuration
     /// @result a pointer to a configuration
     virtual isc::data::ElementPtr toElement() const {
     virtual isc::data::ElementPtr toElement() const {