fix most of the doxygen warnings
This commit is contained in:
parent
22224ad793
commit
faaf13194f
42 changed files with 84 additions and 52 deletions
|
|
@ -61,7 +61,7 @@ class eoParseTreeDepthInit : public eoInit< eoParseTree<FType, Node> >
|
|||
|
||||
/**
|
||||
* Constructor
|
||||
* @parm _max_depth The maximum depth of a tree
|
||||
* @param _max_depth The maximum depth of a tree
|
||||
* @param _initializor A std::vector containing the possible nodes
|
||||
* @param _grow False results in a full tree, True result is a randomly grown tree
|
||||
* @param _ramped_half_and_half True results in Ramped Half and Half Initialization
|
||||
|
|
|
|||
|
|
@ -338,9 +338,9 @@ class eoHoistMutation: public eoMonOp< eoParseTree<FType, Node> >
|
|||
public:
|
||||
|
||||
typedef eoParseTree<FType,Node> EoType;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
* @param none
|
||||
*/
|
||||
eoHoistMutation()
|
||||
: eoMonOp<EoType>()
|
||||
|
|
|
|||
|
|
@ -69,8 +69,9 @@ class eoStParseTreeDepthInit : public eoInit< eoParseTree<FType, Node> >
|
|||
|
||||
/**
|
||||
* Constructor
|
||||
* @parm _max_depth The maximum depth of a tree
|
||||
* @param _initializor A std::vector containing the possible nodes
|
||||
* @param _max_depth The maximum depth of a tree
|
||||
* @param _node A std::vector containing the possible nodes
|
||||
* @param _return_type (JD_2010-11-09: don't know the use of this parameter, maybe to force implicit template instanciation?)
|
||||
* @param _grow False results in a full tree, True result is a randomly grown tree
|
||||
*/
|
||||
eoStParseTreeDepthInit(
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ public:
|
|||
|
||||
/**
|
||||
* Constructor
|
||||
* @param _initializor The std::vector of Nodes given to the eoGpDepthInitializer
|
||||
* @param _node The std::vector of Nodes given to the eoGpDepthInitializer
|
||||
*/
|
||||
eoStPointMutation( std::vector<Node>& _node)
|
||||
: eoMonOp<EoType>()
|
||||
|
|
|
|||
Reference in a new issue