From: Mukund Sivaraman Date: Wed, 13 Nov 2013 08:36:57 +0000 (+0530) Subject: [2945] Update Doxygen reference to isc::ConfigData::getFullConfig() (contd.) X-Git-Tag: bind10-1.2.0beta1-release~124^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b7eba1c65fbf8c6c0f71fd2f930fd480fd0b03;p=thirdparty%2Fkea.git [2945] Update Doxygen reference to isc::ConfigData::getFullConfig() (contd.) --- diff --git a/src/bin/dhcp4/ctrl_dhcp4_srv.h b/src/bin/dhcp4/ctrl_dhcp4_srv.h index 8f14f4b909..c5204b52f3 100644 --- a/src/bin/dhcp4/ctrl_dhcp4_srv.h +++ b/src/bin/dhcp4/ctrl_dhcp4_srv.h @@ -107,7 +107,8 @@ protected: /// various configuration values. Installing the dummy handler /// that guarantees to return success causes initial configuration /// to be stored for the session being created and that it can - /// be later accessed with \ref isc::ConfigData::getFullConfig. + /// be later accessed with + /// \ref isc::config::ConfigData::getFullConfig(). /// /// @param new_config new configuration. /// diff --git a/src/bin/dhcp6/ctrl_dhcp6_srv.h b/src/bin/dhcp6/ctrl_dhcp6_srv.h index 66cae65647..62c1813cb6 100644 --- a/src/bin/dhcp6/ctrl_dhcp6_srv.h +++ b/src/bin/dhcp6/ctrl_dhcp6_srv.h @@ -105,7 +105,8 @@ protected: /// various configuration values. Installing the dummy handler /// that guarantees to return success causes initial configuration /// to be stored for the session being created and that it can - /// be later accessed with \ref isc::ConfigData::getFullConfig(). + /// be later accessed with + /// \ref isc::config::ConfigData::getFullConfig(). /// /// @param new_config new configuration. ///