Added comments so that the new classes eoGeneralXXXBounds are taken into account

by Doxygen.
This commit is contained in:
evomarc 2004-12-01 09:27:31 +00:00
commit 1828fda30c
2 changed files with 6 additions and 0 deletions

View file

@ -535,6 +535,9 @@ private :
//////////////////////// tentative for a general BOUND class that is constructed from a string
/** A class that encapsulate all possible eoIntBounds.
* Mandatory in order to read through the parser
*/
class eoGeneralIntBounds : public eoIntBounds
{
public:

View file

@ -500,6 +500,9 @@ private :
//////////////////////// tentative for a general BOUND class that is constructed from a string
/** A class that encapsulate all possible eoIntBounds.
* Mandatory in order to read through the parser
*/
class eoGeneralRealBounds : public eoRealBounds
{
public: