aboutsummaryrefslogtreecommitdiff
path: root/doc/mainpage.c
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2014-01-15 00:35:21 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2014-01-15 00:35:21 +0100
commitddbd423f54e2fd92659a0d277ee844659eee8ba1 (patch)
tree316a82d463009364a6cdf07892bc3e28330698db /doc/mainpage.c
parentremove note in read_data (diff)
downloadgensvm-ddbd423f54e2fd92659a0d277ee844659eee8ba1.tar.gz
gensvm-ddbd423f54e2fd92659a0d277ee844659eee8ba1.zip
added documentation, restart git usage, start implementing kernels
Diffstat (limited to 'doc/mainpage.c')
-rw-r--r--doc/mainpage.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/mainpage.c b/doc/mainpage.c
new file mode 100644
index 0000000..e3c4057
--- /dev/null
+++ b/doc/mainpage.c
@@ -0,0 +1,23 @@
+/**
+ * @mainpage MSVMMaj C Package Documentation
+ * @author Gertjan van den Burg (add future safe email adres)
+ * @date January, 2014
+ * @version 0.01a
+ *
+ * @section intro_sec Introduction
+ *
+ * This is the introduction
+ *
+ * @section Usage
+ *
+ * Describe the usage of the program here.
+ *
+ * @section License
+ *
+ * Put some license information here.
+ *
+ * @section Reference
+ *
+ * Reference to the paper published. Include BibTeX entry as code block here.
+ *
+ */