aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-25 18:07:53 +0000
committerlloyd <[email protected]>2008-11-25 18:07:53 +0000
commit45cd53a6adeadf417a77353d0443bbe67d337087 (patch)
treea3152f63881b474ec46c6ddc11ee55316c6322de /src/benchmark
parent0c315097134d3cda839de7b686703dcd99c28d14 (diff)
Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.h
Diffstat (limited to 'src/benchmark')
-rw-r--r--src/benchmark/benchmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark/benchmark.h b/src/benchmark/benchmark.h
index f74913c19..145eb5500 100644
--- a/src/benchmark/benchmark.h
+++ b/src/benchmark/benchmark.h
@@ -43,7 +43,7 @@ namespace Botan {
* @param timer the timer to use
* @param rng the rng to use to generate random inputs
* @param af the algorithm factory used to create objects
-* @returns results a map from provider to speed in mebibytes per second
+* @return results a map from provider to speed in mebibytes per second
*/
std::map<std::string, double>
algorithm_benchmark(const std::string& name,