diff options
author | Jeremy C. Reed <jreed@isc.org> | 2010-11-16 16:50:00 +0100 |
---|---|---|
committer | Jeremy C. Reed <jreed@isc.org> | 2010-11-16 16:50:00 +0100 |
commit | 7ba125969ac6f6d61c51b6ceddd25f164a7add27 (patch) | |
tree | b26dd265ee5b33d1cb1c6ed431318f3773cfcd13 /src/lib/bench | |
parent | Fix some doxygen commands. (diff) | |
download | kea-7ba125969ac6f6d61c51b6ceddd25f164a7add27.tar.xz kea-7ba125969ac6f6d61c51b6ceddd25f164a7add27.zip |
Fix doxygen commands. I guess was an overlooked typo.
(No review. This is minor.)
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3542 e5f2f494-b856-4b98-b285-d166d9295462
Diffstat (limited to 'src/lib/bench')
-rw-r--r-- | src/lib/bench/benchmark.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/bench/benchmark.h b/src/lib/bench/benchmark.h index 5f65c25038..03d126d835 100644 --- a/src/lib/bench/benchmark.h +++ b/src/lib/bench/benchmark.h @@ -200,7 +200,7 @@ private: BenchMark(const BenchMark& source); BenchMark& operator=(const BenchMark& source); public: - /// \bench Constructor for immediate run. + /// \brief Constructor for immediate run. /// /// This is the constructor that is expected to be used normally. /// It runs the benchmark within the constructor and prints the result, @@ -217,7 +217,7 @@ public: initialize(true); } - /// \bench Constructor for finer-grained control. + /// \brief Constructor for finer-grained control. /// /// This constructor takes the third parameter, \c immediate, to control /// whether to run the benchmark within the constructor. |