moving documentation around into some kind of coherent non-mess, eventually.
[feisty_meow.git] / doc / gnu_header.h
1 #ifndef {NAME}_CLASS
2 #define {NAME}_CLASS
3
4 //////////////
5 // Name   : {class name}
6 // Author : {your name}
7 // Rights : Copyright (c) 2012-$now By Author
8 //////////////
9 // This file is free software; you can modify/redistribute it under the terms
10 // of the GNU General Public License. [ http://www.gnu.org/licenses/gpl.html ]
11 // Feel free to send updates to: [ fred@gruntose.com ]
12 //////////////
13
14 //! brief description goes here.
15 /*!
16   detailed description goes here.
17 */
18
19 //////////////
20
21 // class definition goes here.......
22
23 //////////////
24
25 #endif
26