BIND 10 jreed-doxygen, updated. 6d842a64386a5c64a5136cadb4a1e646ee1901e5 [jreed-doxygen] fix doxygen warnings

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jul 18 18:57:29 UTC 2011


The branch, jreed-doxygen has been updated
       via  6d842a64386a5c64a5136cadb4a1e646ee1901e5 (commit)
      from  9741148f1166694a65612ea27be4080dbf7194cc (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 6d842a64386a5c64a5136cadb4a1e646ee1901e5
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Mon Jul 18 13:55:17 2011 -0500

    [jreed-doxygen] fix doxygen warnings
    
     warning: no matching class member found
    
    and
    
    explicit link request to 'Rdata' could not be resolved
    (typo I think)

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

Summary of changes:
 src/lib/dns/name.cc |    2 +-
 src/lib/dns/rrset.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/name.cc b/src/lib/dns/name.cc
index 4cd0b2b..772417f 100644
--- a/src/lib/dns/name.cc
+++ b/src/lib/dns/name.cc
@@ -700,7 +700,7 @@ Name::split(const unsigned int first, const unsigned int n) const {
 }
 
 Name
-Name::split(const unsigned level) const {
+Name::split(const unsigned int level) const {
     if (level >= getLabelCount()) {
         isc_throw(OutOfRange, "invalid level for name split (" << level
                   << ") for name " << *this);
diff --git a/src/lib/dns/rrset.h b/src/lib/dns/rrset.h
index 6c15b53..1586465 100644
--- a/src/lib/dns/rrset.h
+++ b/src/lib/dns/rrset.h
@@ -478,7 +478,7 @@ public:
 
     /// \brief Return the current \c Rdata corresponding to the rdata cursor.
     ///
-    /// \return A reference to an \c rdata::::Rdata object corresponding
+    /// \return A reference to an \c rdata::Rdata object corresponding
     /// to the rdata cursor.
     virtual const rdata::Rdata& getCurrent() const = 0;
 




More information about the bind10-changes mailing list