[svn] commit: r3542 - /trunk/src/lib/bench/benchmark.h

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 16 15:50:00 UTC 2010


Author: jreed
Date: Tue Nov 16 15:50:00 2010
New Revision: 3542

Log:
Fix doxygen commands. I guess was an overlooked typo.

(No review. This is minor.)

Modified:
    trunk/src/lib/bench/benchmark.h

Modified: trunk/src/lib/bench/benchmark.h
==============================================================================
--- trunk/src/lib/bench/benchmark.h (original)
+++ trunk/src/lib/bench/benchmark.h Tue Nov 16 15:50:00 2010
@@ -200,7 +200,7 @@
     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 @@
         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.




More information about the bind10-changes mailing list