diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 22:11:06 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2016-05-16 22:11:06 +0200 |
| commit | 32fc0db9e66370a5ddf4d0d137c94c8ce9915b21 (patch) | |
| tree | ef8f91b61d122cd32c0be4879eb0c18da7441cd5 /include | |
| parent | rename types to conform with naming convention (diff) | |
| download | gensvm-32fc0db9e66370a5ddf4d0d137c94c8ce9915b21.tar.gz gensvm-32fc0db9e66370a5ddf4d0d137c94c8ce9915b21.zip | |
documentation
Diffstat (limited to 'include')
| -rw-r--r-- | include/gensvm_base.h | 5 |
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. * */ |
