blob: 7af0f4cc91117e2ca4c4e9d05a0fc57d1a73126e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/**
* @mainpage GenSVM C Package Documentation
* @author Gertjan van den Burg (<gertjanvandenburg@gmail.com>)
* @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.
*
*/
|