[svn] commit: r3546 - /trunk/src/lib/exceptions/exceptions.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 16 17:13:42 UTC 2010


Author: jreed
Date: Tue Nov 16 17:13:41 2010
New Revision: 3546

Log:
Same as r3545 (I missed second one.)

Fix doxygen command. (No review. Trivial.)

Modified:
    trunk/src/lib/exceptions/exceptions.h

Modified: trunk/src/lib/exceptions/exceptions.h
==============================================================================
--- trunk/src/lib/exceptions/exceptions.h (original)
+++ trunk/src/lib/exceptions/exceptions.h Tue Nov 16 17:13:41 2010
@@ -49,7 +49,7 @@
     /// file line number.
     ///
     /// @param file the file name where the exception was thrown.
-    /// @param line the line in @ref file where the exception was thrown.
+    /// @param line the line in \a file where the exception was thrown.
     /// @param what a description (type) of the exception.
     Exception(const char* file, size_t line, const std::string& what) :
         file_(file), line_(line), what_(what) {}




More information about the bind10-changes mailing list