Removed unnecessary \bug declarations.
[blaRAY.git] / General / Testcases.hh
blob31e1b36bc4dfaf5bee19a10e2dd4a2a5af24e931
1 /**********************************************************************
2 * blaRAY -- photon mapper/raytracer
3 * (C) 2008 by Tomasz bla Fortuna <bla@thera.be>, <bla@af.gliwice.pl>
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or
8 * any later version.
10 * See Docs/LICENSE
11 *********************/
13 #ifndef _TESTCASES_H_
14 #define _TESTCASES_H_
16 /** \brief
17 * Testcases for all other namespaces
19 namespace Testcases {
20 /**@{ Modules testcases. One per namespace */
21 void Scene();
22 void Render();
23 void Graphics();
24 void Math();
25 void Explicit();
26 void All();
27 /*@}*/
30 #endif