mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-10-05 13:26:03 +00:00
Same as r3545 (I missed second one.)
Fix doxygen command. (No review. Trivial.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3546 e5f2f494-b856-4b98-b285-d166d9295462
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
/// 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) {}
|
||||
|
Reference in New Issue
Block a user