Browse Source

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
Jeremy C. Reed 14 years ago
parent
commit
7ba125969a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/bench/benchmark.h

+ 2 - 2
src/lib/bench/benchmark.h

@@ -200,7 +200,7 @@ private:
     BenchMark(const BenchMark& source);
     BenchMark(const BenchMark& source);
     BenchMark& operator=(const BenchMark& source);
     BenchMark& operator=(const BenchMark& source);
 public:
 public:
-    /// \bench Constructor for immediate run.
+    /// \brief Constructor for immediate run.
     ///
     ///
     /// This is the constructor that is expected to be used normally.
     /// This is the constructor that is expected to be used normally.
     /// It runs the benchmark within the constructor and prints the result,
     /// It runs the benchmark within the constructor and prints the result,
@@ -217,7 +217,7 @@ public:
         initialize(true);
         initialize(true);
     }
     }
 
 
-    /// \bench Constructor for finer-grained control.
+    /// \brief Constructor for finer-grained control.
     ///
     ///
     /// This constructor takes the third parameter, \c immediate, to control
     /// This constructor takes the third parameter, \c immediate, to control
     /// whether to run the benchmark within the constructor.
     /// whether to run the benchmark within the constructor.