small fixes in the doc

This commit is contained in:
nojhan 2010-11-06 09:19:17 +01:00
commit 63c0ae91ed
6 changed files with 3 additions and 18 deletions

View file

@ -66,10 +66,6 @@
* @{ * @{
*/ */
/** @addtogroup Real
* @{
*/
//Representation dependent - rewrite everything anew for each representation //Representation dependent - rewrite everything anew for each representation
////////////////////////// //////////////////////////
// the genotypes // the genotypes

View file

@ -30,12 +30,6 @@
#include <stdexcept> // std::exceptions! #include <stdexcept> // std::exceptions!
#include <utils/eoRNG.h> #include <utils/eoRNG.h>
/**
\defgroup Real
*/
/** /**
\class eoIntBounds eoIntBounds.h es/eoIntBounds.h \class eoIntBounds eoIntBounds.h es/eoIntBounds.h
\ingroup Real \ingroup Real

View file

@ -26,6 +26,7 @@ Caner Candan <caner.candan@thalesgroup.com>
*/ */
/** @defgroup Logging Logging /** @defgroup Logging Logging
* @ingroup Utilities
Global logger for EO. Global logger for EO.

View file

@ -31,7 +31,7 @@
#include <utils/eoRNG.h> #include <utils/eoRNG.h>
/** /**
\defgroup Real Continuous vector \defgroup Real Vector of reals
@ingroup Representations @ingroup Representations

View file

@ -31,12 +31,6 @@
#include <utils/eoRNG.h> #include <utils/eoRNG.h>
#include <utils/eoRealBounds.h> #include <utils/eoRealBounds.h>
/**
\defgroup Real
*/
/** /**
Vector type for bounds (see eoRealBounds.h for scalar types) Vector type for bounds (see eoRealBounds.h for scalar types)
------------ ------------

View file

@ -41,7 +41,7 @@ Contact: http://eodev.sourceforge.net
#include <utils/eoMonitor.h> #include <utils/eoMonitor.h>
#include <utils/eoCheckPoint.h> #include <utils/eoCheckPoint.h>
/** @defgroup Stats Statistic computation /** @defgroup Stats Statistics computation
* *
* Compute various statistics on a population. * Compute various statistics on a population.
* *