[svn] commit: r3541 - in /trunk/src/bin/auth: asio_link.h auth_srv.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 16 15:43:14 UTC 2010


Author: jreed
Date: Tue Nov 16 15:43:13 2010
New Revision: 3541

Log:
Fix some doxygen commands.

Fix misspelling of a parameter for IOAddress. (Misspelled word not
used anywhere else.)

Modified:
    trunk/src/bin/auth/asio_link.h
    trunk/src/bin/auth/auth_srv.h

Modified: trunk/src/bin/auth/asio_link.h
==============================================================================
--- trunk/src/bin/auth/asio_link.h (original)
+++ trunk/src/bin/auth/asio_link.h Tue Nov 16 15:43:13 2010
@@ -132,7 +132,7 @@
     /// This constructor never throws an exception.
     ///
     /// \param asio_address The ASIO \c ip::address to be converted.
-    IOAddress(const asio::ip::address& asio_adress);
+    IOAddress(const asio::ip::address& asio_address);
     //@}
 
     /// \brief Convert the address to a string.

Modified: trunk/src/bin/auth/auth_srv.h
==============================================================================
--- trunk/src/bin/auth/auth_srv.h (original)
+++ trunk/src/bin/auth/auth_srv.h Tue Nov 16 15:43:13 2010
@@ -84,7 +84,7 @@
             isc::xfr::AbstractXfroutClient& xfrout_client);
     ~AuthSrv();
     //@}
-    /// \return \c true if the \message contains a response to be returned;
+    /// \return \c true if the \a message contains a response to be returned;
     /// otherwise \c false.
     bool processMessage(const asio_link::IOMessage& io_message,
                         isc::dns::Message& message,
@@ -138,7 +138,7 @@
     /// containing the result of the update operation.
     isc::data::ConstElementPtr updateConfig(isc::data::ConstElementPtr config);
 
-    /// \param Returns the command and configuration session for the
+    /// \brief Returns the command and configuration session for the
     /// \c AuthSrv.
     ///
     /// This method never throws an exception.




More information about the bind10-changes mailing list