Browse Source

[3859] Removed extra parentheses

Francis Dupont 10 years ago
parent
commit
a214b0b7f4
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/bin/d2/d_controller.h
  2. 1 1
      src/bin/dhcp4/dhcp4_srv.h
  3. 1 1
      src/bin/dhcp6/dhcp6_srv.h

+ 1 - 1
src/bin/d2/d_controller.h

@@ -114,7 +114,7 @@ public:
     virtual ~DControllerBase();
     virtual ~DControllerBase();
 
 
     /// @brief returns Kea version on stdout and exit.
     /// @brief returns Kea version on stdout and exit.
-    /// redeclaration/redefinition. @ref Daemon::getVersion())
+    /// redeclaration/redefinition. @ref Daemon::getVersion()
     static std::string getVersion(bool extended);
     static std::string getVersion(bool extended);
  
  
     /// @brief Acts as the primary entry point into the controller execution
     /// @brief Acts as the primary entry point into the controller execution

+ 1 - 1
src/bin/dhcp4/dhcp4_srv.h

@@ -187,7 +187,7 @@ public:
     virtual ~Dhcpv4Srv();
     virtual ~Dhcpv4Srv();
 
 
     /// @brief returns Kea version on stdout and exit.
     /// @brief returns Kea version on stdout and exit.
-    /// redeclaration/redefinition. @ref Daemon::getVersion())
+    /// redeclaration/redefinition. @ref Daemon::getVersion()
     static std::string getVersion(bool extended);
     static std::string getVersion(bool extended);
  
  
     /// @brief Main server processing loop.
     /// @brief Main server processing loop.

+ 1 - 1
src/bin/dhcp6/dhcp6_srv.h

@@ -78,7 +78,7 @@ public:
     virtual ~Dhcpv6Srv();
     virtual ~Dhcpv6Srv();
 
 
     /// @brief returns Kea version on stdout and exit.
     /// @brief returns Kea version on stdout and exit.
-    /// redeclaration/redefinition. @ref Daemon::getVersion())
+    /// redeclaration/redefinition. @ref Daemon::getVersion()
     static std::string getVersion(bool extended);
     static std::string getVersion(bool extended);
  
  
     /// @brief Returns server-indentifier option.
     /// @brief Returns server-indentifier option.