more doc groups, cleaner modules hierarchy

This commit is contained in:
Johann Dreo 2010-11-01 23:08:58 +01:00
commit 8b9aea4a0b
10 changed files with 44 additions and 8 deletions

View file

@ -40,8 +40,9 @@ using namespace gp_parse_tree;
/** @defgroup ParseTree
Various functions for tree-based Genetic Programming
*/
@ingroup Representations
*/
/** Implementation of parse-tree for genetic programming

View file

@ -51,6 +51,8 @@ using namespace gp_parse_tree;
\li int type(int child) which returns the required type for child 0, 1 or 2
Pruning strongly typed trees is not possible at the moment.
\ingroup Representations
*/
/** eoStParseTreeDepthInit : the initializer class for strongly typed tree-based genetic programming