diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2014-01-24 14:05:37 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2014-01-24 14:05:37 +0100 |
| commit | a4dfdecd380a1e0df9c83c1cff285a0903cfa50e (patch) | |
| tree | cceb01578e0b7b23260da5546cfdfc11cd44ae31 /doc/mainpage.dox | |
| parent | fix typo in makefile (diff) | |
| download | gensvm-a4dfdecd380a1e0df9c83c1cff285a0903cfa50e.tar.gz gensvm-a4dfdecd380a1e0df9c83c1cff285a0903cfa50e.zip | |
moved input/output functions to seperate file
Diffstat (limited to 'doc/mainpage.dox')
| -rw-r--r-- | doc/mainpage.dox | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox new file mode 100644 index 0000000..e3c4057 --- /dev/null +++ b/doc/mainpage.dox @@ -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. + * + */ |
