2
0
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:
Jeremy C. Reed
2010-11-16 17:13:41 +00:00
parent b01b291f8c
commit 547358f2d2

View File

@@ -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) {}