BIND 10 jreed-doxygen, updated. 27a209e24883177391c382906dcd0104a54faf79 [jreed-doxygen] add an anchor for existing references to fix warnings.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 14 17:37:44 UTC 2011
The branch, jreed-doxygen has been updated
via 27a209e24883177391c382906dcd0104a54faf79 (commit)
via 1c71878fcb9d5579383561cdaacd78b81fc28694 (commit)
from 4d18d306085f15ff218dd7dca303aa53122aa2d3 (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 27a209e24883177391c382906dcd0104a54faf79
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Jul 14 12:36:34 2011 -0500
[jreed-doxygen] add an anchor for existing references to fix warnings.
The callback was referenced twice. I added an anchor for that
since it doesn't exist.
I also added another reference for it.
But this documentation is not getting generated. I still
need to track down why it is missing.
commit 1c71878fcb9d5579383561cdaacd78b81fc28694
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Jul 14 12:17:29 2011 -0500
[jreed-doxygen] more doxygen cleanup
remove non-existent parameter
fix wrong names
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/rbtree.h | 4 +++-
src/lib/nsas/zone_entry.h | 2 +-
src/lib/resolve/resolve.h | 1 -
src/lib/server_common/client.h | 2 +-
4 files changed, 5 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/rbtree.h b/src/lib/datasrc/rbtree.h
index 19330fb..76af3e2 100644
--- a/src/lib/datasrc/rbtree.h
+++ b/src/lib/datasrc/rbtree.h
@@ -226,7 +226,8 @@ public:
private:
/// \name Callback related methods
///
- /// See the description of \c RBTree<T>::find() about callbacks.
+ /// See the description of \c RBTree<T>::find() at \ref callback
+ /// about callbacks.
///
/// These methods never throw an exception.
//@{
@@ -702,6 +703,7 @@ public:
}
/// \brief Find with callback and node chain.
+ /// \anchor callback
///
/// This version of \c find() is specifically designed for the backend
/// of the \c MemoryZone class, and implements all necessary features
diff --git a/src/lib/nsas/zone_entry.h b/src/lib/nsas/zone_entry.h
index f772784..482b89f 100644
--- a/src/lib/nsas/zone_entry.h
+++ b/src/lib/nsas/zone_entry.h
@@ -66,7 +66,7 @@ public:
* different objects.
* \param nameserver_table Hashtable of NameServerEntry objects for
* this zone
- * \param namesever_lru LRU for the nameserver entries
+ * \param nameserver_lru LRU for the nameserver entries
* \todo Move to cc file, include the lookup (if NSAS uses resolver for
* everything)
*/
diff --git a/src/lib/resolve/resolve.h b/src/lib/resolve/resolve.h
index 550b620..0a588e2 100644
--- a/src/lib/resolve/resolve.h
+++ b/src/lib/resolve/resolve.h
@@ -37,7 +37,6 @@ namespace resolve {
/// section), you can simply use this to create an error response.
///
/// \param answer_message The message to clear and place the error in
-/// \param question The question to add to the
/// \param error_code The error Rcode
void makeErrorMessage(isc::dns::MessagePtr answer_message,
const isc::dns::Rcode& error_code);
diff --git a/src/lib/server_common/client.h b/src/lib/server_common/client.h
index 1c5928a..8cafb1e 100644
--- a/src/lib/server_common/client.h
+++ b/src/lib/server_common/client.h
@@ -140,7 +140,7 @@ private:
///
/// \param os A \c std::ostream object on which the insertion operation is
/// performed.
-/// \param edns A reference to an \c Client object output by the operation.
+/// \param client A reference to a \c Client object output by the operation.
/// \return A reference to the same \c std::ostream object referenced by
/// parameter \c os after the insertion operation.
std::ostream& operator<<(std::ostream& os, const Client& client);
More information about the bind10-changes
mailing list