BIND 10 trac2945, updated. 660b35748eb0ed8efdc401639d3320854aea0ce5 [2945] Update Doxygen reference to isc::ConfigData::getFullConfig()
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 13 08:34:55 UTC 2013
The branch, trac2945 has been updated
via 660b35748eb0ed8efdc401639d3320854aea0ce5 (commit)
from 82ebca7dc6224c1f884ca1f528026b716f4e4b8f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 660b35748eb0ed8efdc401639d3320854aea0ce5
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Nov 13 14:03:23 2013 +0530
[2945] Update Doxygen reference to isc::ConfigData::getFullConfig()
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/ctrl_dhcp6_srv.h | 2 +-
src/lib/config/config_data.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/ctrl_dhcp6_srv.h b/src/bin/dhcp6/ctrl_dhcp6_srv.h
index f1dc1d7..66cae65 100644
--- a/src/bin/dhcp6/ctrl_dhcp6_srv.h
+++ b/src/bin/dhcp6/ctrl_dhcp6_srv.h
@@ -105,7 +105,7 @@ 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 TODO: cannot resolve reference.
+ /// be later accessed with \ref isc::ConfigData::getFullConfig().
///
/// @param new_config new configuration.
///
diff --git a/src/lib/config/config_data.h b/src/lib/config/config_data.h
index e40600d..33df82d 100644
--- a/src/lib/config/config_data.h
+++ b/src/lib/config/config_data.h
@@ -110,8 +110,8 @@ public:
isc::data::ConstElementPtr getItemList(const std::string& identifier = "",
bool recurse = false) const;
- /// Returns a map of the top-level configuration items, as currently
- /// set or their defaults
+ /// \brief Returns a map of the top-level configuration items, as
+ /// currently set or their defaults.
///
/// \return An ElementPtr pointing to a MapElement containing
/// the top-level configuration items
More information about the bind10-changes
mailing list