diff options
Diffstat (limited to 'doc/mainpage.c')
| -rw-r--r-- | doc/mainpage.c | 23 |
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. + * + */ |
