From: Francis Dupont Date: Thu, 11 Jun 2015 11:06:42 +0000 (+0200) Subject: [3859] Removed extra parentheses X-Git-Tag: trac3882a_base~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a214b0b7f4ec6ee9dd3d66da4d81e3b68312de53;p=thirdparty%2Fkea.git [3859] Removed extra parentheses --- diff --git a/src/bin/d2/d_controller.h b/src/bin/d2/d_controller.h index 7f730480db..9c656416dc 100644 --- a/src/bin/d2/d_controller.h +++ b/src/bin/d2/d_controller.h @@ -114,7 +114,7 @@ public: virtual ~DControllerBase(); /// @brief returns Kea version on stdout and exit. - /// redeclaration/redefinition. @ref Daemon::getVersion()) + /// redeclaration/redefinition. @ref Daemon::getVersion() static std::string getVersion(bool extended); /// @brief Acts as the primary entry point into the controller execution diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index 6b70c1c29f..0a59275ecc 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -187,7 +187,7 @@ public: virtual ~Dhcpv4Srv(); /// @brief returns Kea version on stdout and exit. - /// redeclaration/redefinition. @ref Daemon::getVersion()) + /// redeclaration/redefinition. @ref Daemon::getVersion() static std::string getVersion(bool extended); /// @brief Main server processing loop. diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h index 384d1a92e7..5e565f24b3 100644 --- a/src/bin/dhcp6/dhcp6_srv.h +++ b/src/bin/dhcp6/dhcp6_srv.h @@ -78,7 +78,7 @@ public: virtual ~Dhcpv6Srv(); /// @brief returns Kea version on stdout and exit. - /// redeclaration/redefinition. @ref Daemon::getVersion()) + /// redeclaration/redefinition. @ref Daemon::getVersion() static std::string getVersion(bool extended); /// @brief Returns server-indentifier option.