small fixes in the doc
This commit is contained in:
parent
2104f5b7e9
commit
63c0ae91ed
6 changed files with 3 additions and 18 deletions
|
|
@ -66,10 +66,6 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
/** @addtogroup Real
|
||||
* @{
|
||||
*/
|
||||
|
||||
//Representation dependent - rewrite everything anew for each representation
|
||||
//////////////////////////
|
||||
// the genotypes
|
||||
|
|
|
|||
|
|
@ -30,12 +30,6 @@
|
|||
#include <stdexcept> // std::exceptions!
|
||||
#include <utils/eoRNG.h>
|
||||
|
||||
/**
|
||||
\defgroup Real
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
\class eoIntBounds eoIntBounds.h es/eoIntBounds.h
|
||||
\ingroup Real
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ Caner Candan <caner.candan@thalesgroup.com>
|
|||
*/
|
||||
|
||||
/** @defgroup Logging Logging
|
||||
* @ingroup Utilities
|
||||
|
||||
Global logger for EO.
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include <utils/eoRNG.h>
|
||||
|
||||
/**
|
||||
\defgroup Real Continuous vector
|
||||
\defgroup Real Vector of reals
|
||||
|
||||
@ingroup Representations
|
||||
|
||||
|
|
|
|||
|
|
@ -31,12 +31,6 @@
|
|||
#include <utils/eoRNG.h>
|
||||
#include <utils/eoRealBounds.h>
|
||||
|
||||
/**
|
||||
\defgroup Real
|
||||
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
Vector type for bounds (see eoRealBounds.h for scalar types)
|
||||
------------
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Contact: http://eodev.sourceforge.net
|
|||
#include <utils/eoMonitor.h>
|
||||
#include <utils/eoCheckPoint.h>
|
||||
|
||||
/** @defgroup Stats Statistic computation
|
||||
/** @defgroup Stats Statistics computation
|
||||
*
|
||||
* Compute various statistics on a population.
|
||||
*
|
||||
|
|
|
|||
Reference in a new issue