BIND 10 jreed-doxygen, updated. 12114c5c973d70be91bfe946962e4373fa4d890a [jreed-doxygen] fixed some doxygen parameters
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 12 13:42:21 UTC 2011
The branch, jreed-doxygen has been updated
via 12114c5c973d70be91bfe946962e4373fa4d890a (commit)
via 8820f1314ddcaea75e069f2a11bced9bd1b80ef8 (commit)
from c5825a1d48bb2def1c6113629e30de4ac9dd2b0a (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 12114c5c973d70be91bfe946962e4373fa4d890a
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Jul 12 08:41:16 2011 -0500
[jreed-doxygen] fixed some doxygen parameters
fixed tag mistake and added missing param
commit 8820f1314ddcaea75e069f2a11bced9bd1b80ef8
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Mon Jul 11 14:44:58 2011 -0500
[jreed-doxygen] documentation cleanup
typos or wrong names in documentation
noticed by doxygen
-----------------------------------------------------------------------
Summary of changes:
src/lib/acl/dns.h | 2 +-
src/lib/acl/loader.h | 6 +++---
src/lib/resolve/recursive_query.cc | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/acl/dns.h b/src/lib/acl/dns.h
index 118e5fd..d48afa5 100644
--- a/src/lib/acl/dns.h
+++ b/src/lib/acl/dns.h
@@ -67,7 +67,7 @@ struct RequestContext {
///
/// \exception None
///
- /// \parameter remote_address_param The remote IP address
+ /// \param remote_address_param The remote IP address
explicit RequestContext(const IPAddress& remote_address_param) :
remote_address(remote_address_param)
{}
diff --git a/src/lib/acl/loader.h b/src/lib/acl/loader.h
index c86373e..ba7b2db 100644
--- a/src/lib/acl/loader.h
+++ b/src/lib/acl/loader.h
@@ -125,7 +125,7 @@ BasicAction defaultActionLoader(data::ConstElementPtr action);
*
* The rest of the element are matches. The left side is the name of the
* match type (for example match for source IP address or match for message
- * size). The <parameter> is whatever is needed to describe the match and
+ * size). The parameter is whatever is needed to describe the match and
* depends on the match type, the loader passes it verbatim to creator
* of that match type.
*
@@ -148,7 +148,7 @@ public:
/**
* \brief Constructor.
*
- * \param default_action The default action for created ACLs.
+ * \param defaultAction The default action for created ACLs.
* \param actionLoader is the loader which will be used to convert actions
* from their JSON representation. The default value is suitable for
* the BasicAction enum. If you did not specify the second
@@ -202,7 +202,7 @@ public:
* parameters might look like, they are not checked in any way.
* Therefore it's up to the creator (or the check being created)
* to validate the data and throw if it is bad.
- * \param Current loader calling this creator. This can be used
+ * \param loader Current loader calling this creator. This can be used
* to load subexpressions in case of compound check.
*/
virtual boost::shared_ptr<Check<Context> > create(
diff --git a/src/lib/resolve/recursive_query.cc b/src/lib/resolve/recursive_query.cc
index d692dc1..0d3fb4c 100644
--- a/src/lib/resolve/recursive_query.cc
+++ b/src/lib/resolve/recursive_query.cc
@@ -84,6 +84,7 @@ questionText(const isc::dns::Question& question) {
/// It is not public function, therefore it's not in header. But it's not
/// in anonymous namespace, so we can call it from unittests.
/// \param name The name we want to delegate to.
+/// \param rrclass The class.
/// \param cache The place too look for known delegations.
std::string
deepestDelegation(Name name, RRClass rrclass,
More information about the bind10-changes
mailing list