aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_timer.c
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-10-14 19:00:33 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-10-14 19:00:33 +0200
commit0cc025358af341b7e9757e2b9ce5eb0b09af7b2f (patch)
tree343f50cdba91361ddd0a18c554a7cd646d88aff8 /src/gensvm_timer.c
parentadd sparse matrices to GenSVM and reorganize update functionality (diff)
downloadgensvm-0cc025358af341b7e9757e2b9ce5eb0b09af7b2f.tar.gz
gensvm-0cc025358af341b7e9757e2b9ce5eb0b09af7b2f.zip
documentation fixes
Diffstat (limited to 'src/gensvm_timer.c')
-rw-r--r--src/gensvm_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gensvm_timer.c b/src/gensvm_timer.c
index 0e020fe..18bcad6 100644
--- a/src/gensvm_timer.c
+++ b/src/gensvm_timer.c
@@ -15,7 +15,7 @@
/**
* @brief Calculate the time between two time recordings
*
- * @detail
+ * @details
* This function should be used with time recordings done by clock_gettime()
* using CLOCK_MONOTONIC_RAW. For this, the Timer() macro has been defined in
* the header file. Example usage: