BIND 10 trac2315, updated. bf592d0607a639ff454dcdc820a76ae0eaacbbf4 [2315] Fixed issues in doxygen documentation.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jan 4 09:50:14 UTC 2013
The branch, trac2315 has been updated
via bf592d0607a639ff454dcdc820a76ae0eaacbbf4 (commit)
from 2ed60b95b8cbdff758e08062fc82c8d8f7b367ac (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 bf592d0607a639ff454dcdc820a76ae0eaacbbf4
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Jan 4 10:50:07 2013 +0100
[2315] Fixed issues in doxygen documentation.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/option_definition.h | 2 +-
src/lib/dhcpsrv/cfgmgr.h | 1 +
src/lib/dhcpsrv/subnet.h | 4 +++-
3 files changed, 5 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/option_definition.h b/src/lib/dhcp/option_definition.h
index c9ffedf..3a76e15 100644
--- a/src/lib/dhcp/option_definition.h
+++ b/src/lib/dhcp/option_definition.h
@@ -369,7 +369,7 @@ public:
/// @brief Factory function to create option with array of integer values.
///
- /// @param universe (V4 or V6).
+ /// @param u universe (V4 or V6).
/// @param type option type.
/// @param begin iterator pointing to the beginning of the buffer.
/// @param end iterator pointing to the end of the buffer.
diff --git a/src/lib/dhcpsrv/cfgmgr.h b/src/lib/dhcpsrv/cfgmgr.h
index 87e3ad6..5cf40e0 100644
--- a/src/lib/dhcpsrv/cfgmgr.h
+++ b/src/lib/dhcpsrv/cfgmgr.h
@@ -81,6 +81,7 @@ public:
/// @brief Add new option definition.
///
/// @param def option definition to be added.
+ /// @param option_space name of the option space to add definition to.
///
/// @throw isc::dhcp::DuplicateOptionDefinition when the particular
/// option definition already exists.
diff --git a/src/lib/dhcpsrv/subnet.h b/src/lib/dhcpsrv/subnet.h
index 2941c01..4cdcf11 100644
--- a/src/lib/dhcpsrv/subnet.h
+++ b/src/lib/dhcpsrv/subnet.h
@@ -216,6 +216,7 @@ public:
/// @param option option instance.
/// @param persistent if true, send an option regardless if client
/// requested it or not.
+ /// @param option_space name of the option space to add an option to.
///
/// @throw isc::BadValue if invalid option provided.
void addOption(OptionPtr& option, bool persistent,
@@ -255,7 +256,7 @@ public:
/// @brief Return a collection of option descriptors.
///
- /// @param option_space name of the option space
+ /// @param option_space name of the option space.
///
/// @return reference to collection of options configured for a subnet.
/// The returned reference is valid as long as the Subnet object which
@@ -265,6 +266,7 @@ public:
/// @brief Return single option descriptor.
///
/// @param option_space name of the option space.
+ /// @param option_code code of the option to be returned.
///
/// @return option descriptor found for the specified option space
/// and option code.
More information about the bind10-changes
mailing list