From 1828fda30c3433f6e9a5cc3fe76aa4e7ca497e57 Mon Sep 17 00:00:00 2001 From: evomarc Date: Wed, 1 Dec 2004 09:27:31 +0000 Subject: [PATCH] Added comments so that the new classes eoGeneralXXXBounds are taken into account by Doxygen. --- eo/src/utils/eoIntBounds.h | 3 +++ eo/src/utils/eoRealBounds.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/eo/src/utils/eoIntBounds.h b/eo/src/utils/eoIntBounds.h index 0fbc26b3f..48488b506 100644 --- a/eo/src/utils/eoIntBounds.h +++ b/eo/src/utils/eoIntBounds.h @@ -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: diff --git a/eo/src/utils/eoRealBounds.h b/eo/src/utils/eoRealBounds.h index 552ee038d..691b9b1e1 100644 --- a/eo/src/utils/eoRealBounds.h +++ b/eo/src/utils/eoRealBounds.h @@ -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: