aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-16 22:11:06 +0200
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2016-05-16 22:11:06 +0200
commit32fc0db9e66370a5ddf4d0d137c94c8ce9915b21 (patch)
treeef8f91b61d122cd32c0be4879eb0c18da7441cd5 /include
parentrename types to conform with naming convention (diff)
downloadgensvm-32fc0db9e66370a5ddf4d0d137c94c8ce9915b21.tar.gz
gensvm-32fc0db9e66370a5ddf4d0d137c94c8ce9915b21.zip
documentation
Diffstat (limited to 'include')
-rw-r--r--include/gensvm_base.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gensvm_base.h b/include/gensvm_base.h
index b1f4a6b..f2df59f 100644
--- a/include/gensvm_base.h
+++ b/include/gensvm_base.h
@@ -2,10 +2,11 @@
* @file gensvm_base.h
* @author Gertjan van den Burg
* @date May, 2016
- * @brief Definitions for GenData and GenModel structures
+ * @brief Header file for gensvm_base.c
*
* @details
- * Contains documentation and declarations of GenModel and GenData.
+ * Contains documentation and declarations of GenModel and GenData, and
+ * function declarations for the functions in gensvm_base.c.
*
*/