From afdcdf5d07af53bf05bb7f61ca325deaee60aba6 Mon Sep 17 00:00:00 2001 From: evomarc Date: Tue, 28 Nov 2000 08:20:01 +0000 Subject: [PATCH] Added a few comments so Doxygen documents all classes --- eo/src/utils/eoUpdater.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eo/src/utils/eoUpdater.h b/eo/src/utils/eoUpdater.h index af3b02d9..39319f9f 100644 --- a/eo/src/utils/eoUpdater.h +++ b/eo/src/utils/eoUpdater.h @@ -38,6 +38,7 @@ class eoUpdater : public eoF {}; /** + an eoUpdater that simply increments a counter */ template class eoIncrementor : public eoUpdater @@ -57,6 +58,7 @@ private: #include /** + an eoUpdater that saves a state every given time interval */ class eoTimedStateSaver : public eoUpdater { @@ -78,6 +80,7 @@ private : }; /** + an eoUpdater that saves a state every given generations */ class eoCountedStateSaver : public eoUpdater { @@ -97,4 +100,5 @@ private : const std::string extension; }; + #endif