Added comments so that the new classes eoGeneralXXXBounds are taken into account
by Doxygen.
This commit is contained in:
parent
71e1984aeb
commit
1828fda30c
2 changed files with 6 additions and 0 deletions
|
|
@ -535,6 +535,9 @@ private :
|
||||||
|
|
||||||
//////////////////////// tentative for a general BOUND class that is constructed from a string
|
//////////////////////// 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
|
class eoGeneralIntBounds : public eoIntBounds
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -500,6 +500,9 @@ private :
|
||||||
|
|
||||||
//////////////////////// tentative for a general BOUND class that is constructed from a string
|
//////////////////////// 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
|
class eoGeneralRealBounds : public eoRealBounds
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Reference in a new issue