aboutsummaryrefslogtreecommitdiff
path: root/include/libGenSVM.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libGenSVM.h')
-rw-r--r--include/libGenSVM.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libGenSVM.h b/include/libGenSVM.h
index cfa2815..dbf0903 100644
--- a/include/libGenSVM.h
+++ b/include/libGenSVM.h
@@ -11,16 +11,16 @@
*/
/**
- * @todo
+ * @todo
* rename this file and libGenSVM.c to correspond with the lowercase convention.
* Also change the name of the include guard.
- */
+ */
#ifndef LIBGENSVM_H
#define LIBGENSVM_H
#include "globals.h"
-// forward declarations
+// forward declarations
struct GenData;
struct GenModel;