BIND 10 trac2981, updated. f8e9c2933fd726cb1499fc03c480c0518e23a89a [2981] Minor changes as a result of review.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Aug 14 15:31:59 UTC 2013


The branch, trac2981 has been updated
       via  f8e9c2933fd726cb1499fc03c480c0518e23a89a (commit)
      from  578910f51f1dc96876a67a02d353c396cc4d2ec8 (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 f8e9c2933fd726cb1499fc03c480c0518e23a89a
Author: Stephen Morris <stephen at isc.org>
Date:   Wed Aug 14 16:31:12 2013 +0100

    [2981] Minor changes as a result of review.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcpsrv/dhcp_parsers.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/dhcp_parsers.h b/src/lib/dhcpsrv/dhcp_parsers.h
index 0184a5c..a5ace58 100644
--- a/src/lib/dhcpsrv/dhcp_parsers.h
+++ b/src/lib/dhcpsrv/dhcp_parsers.h
@@ -368,7 +368,7 @@ public:
     ///
     /// @param param_name name of the configuration parameter being parsed.
     ///
-    /// @throw BadValue if supplied parameter name is not "hooks_libraries"
+            /// row BadValue if supplied parameter name is not "hooks-libraries"
     HooksLibrariesParser(const std::string& param_name);
 
     /// @brief Parses parameters value
@@ -395,9 +395,9 @@ public:
     /// an indication as to whether the list is different from the list of
     /// libraries already loaded.
     ///
-    /// @param libraries [out] List of libraries that were specified in the
+    /// @param [out] libraries List of libraries that were specified in the
     ///        new configuration.
-    /// @param changed [out] true if the list is different from that currently
+    /// @param [out] changed true if the list is different from that currently
     ///        loaded.
     void getLibraries(std::vector<std::string>& libraries, bool& changed);
 



More information about the bind10-changes mailing list