Create more doxygen groups for base classes, clean some doc

This commit is contained in:
Johann Dreo 2010-11-01 18:20:56 +01:00
commit 044d1223bb
14 changed files with 114 additions and 41 deletions

View file

@ -30,9 +30,13 @@
//-----------------------------------------------------------------------------
/**
* Abstract class for particle best position initialization.
@addtogroup Initializators
@{
*/
/**
* Abstract class for particle best position initialization.
*/
template < class POT > class eoParticleBestInit:public eoUF < POT &, void >
{
public:
@ -75,3 +79,5 @@ public:
#endif /*_EOPARTICLEBESTINIT_H */
/** @} */