Cosmetic changes

This commit is contained in:
jmerelo 1999-10-08 07:40:34 +00:00
commit c853631219
2 changed files with 189 additions and 187 deletions

View file

@ -54,6 +54,8 @@ public:
* @param _vEO is a vector of pointers to eo, that will be evaluated * @param _vEO is a vector of pointers to eo, that will be evaluated
*/ */
virtual void operator() ( EOT& _eot ) const = 0;
///@name eoObject methods ///@name eoObject methods
//@{ //@{
/** Return the class id */ /** Return the class id */

View file

@ -186,16 +186,16 @@ public:
/** applies randomly operator, to the object. /** applies randomly operator, to the object.
*/ */
virtual void operator()( eoPop<EOType> & _eop) const = 0; virtual void operator()( eoPop<EOType> & _eop) const = 0;
/** @name Methods from eoObject /** @name Methods from eoObject
readFrom and printOn are directly inherited from eoObject. readFrom and printOn are directly inherited from eoObject.
*/
//@{
/** Inherited from eoObject
@see eoObject
*/ */
//@{ string className() const {return "eoNaryOp";};
/** Inherited from eoObject
@see eoObject
*/
string className() const {return "eoNaryOp";};
//@} //@}
}; };