fix most of the doxygen warnings
This commit is contained in:
parent
22224ad793
commit
faaf13194f
42 changed files with 84 additions and 52 deletions
|
|
@ -45,7 +45,8 @@ class eoSharingSelect: public eoRouletteWorthSelect<EOT, double>
|
|||
{
|
||||
public:
|
||||
/** Ctor:
|
||||
* @param _s the sigma_share
|
||||
* @param _sigma the sigma_share
|
||||
* @param _dist the distance object to use
|
||||
*/
|
||||
eoSharingSelect(double _sigma, eoDistance<EOT> & _dist):
|
||||
eoRouletteWorthSelect<EOT, double>(sharing), sharing(_sigma, _dist) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue