summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-10-05 18:57:30 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-10-05 18:57:30 +0200
commit5197d9b671af5ce5a0da0a21d6ecdfbb32e4af91 (patch)
treea9a23def0ac8ce83feb3e9615f6b5b70deeda6a1 /utils
parent473070ef1a145e67ec37a58650134c0ff1e9d23c (diff)
downloadeurephia-5197d9b671af5ce5a0da0a21d6ecdfbb32e4af91.tar.gz
eurephia-5197d9b671af5ce5a0da0a21d6ecdfbb32e4af91.tar.xz
eurephia-5197d9b671af5ce5a0da0a21d6ecdfbb32e4af91.zip
Removed duplicated documentation
Diffstat (limited to 'utils')
-rw-r--r--utils/eurephia_init.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/eurephia_init.c b/utils/eurephia_init.c
index 06d13b8..b1bac43 100644
--- a/utils/eurephia_init.c
+++ b/utils/eurephia_init.c
@@ -54,9 +54,8 @@
#include <argparser.h>
#include <get_console_input.h>
-/**
- * @copydoc benchmark()
- */
+
+// Found in benchmark.c
int benchmark(int *min, int *max, int thr_min, int thr_max);