[svn] commit: r3545 - /trunk/src/lib/exceptions/exceptions.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Nov 16 16:18:32 UTC 2010
Author: jreed
Date: Tue Nov 16 16:18:32 2010
New Revision: 3545
Log:
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 16:18:32 2010
@@ -40,7 +40,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 char* what) :
file_(file), line_(line), what_(what) {}
More information about the bind10-changes
mailing list