From 04f12b770e3c7889adebea3bef6dbba1b59fe3c1 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 14 Nov 2010 15:24:35 +0100 Subject: [PATCH] supress some doxygen warnings about \classes --- eo/src/eoFunctor.h | 2 +- eo/src/eoMergeReduce.h | 6 +++--- eo/src/eoReplacement.h | 6 +++--- eo/src/eoSurviveAndDie.h | 5 +++-- eo/src/utils/eoUniformInit.h | 9 ++++----- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eo/src/eoFunctor.h b/eo/src/eoFunctor.h index 50c13664..e782328a 100644 --- a/eo/src/eoFunctor.h +++ b/eo/src/eoFunctor.h @@ -29,7 +29,7 @@ #include -/** @ddtogroup Core +/** @addtogroup Core * @{ */ diff --git a/eo/src/eoMergeReduce.h b/eo/src/eoMergeReduce.h index b4c71752..8524f1d8 100644 --- a/eo/src/eoMergeReduce.h +++ b/eo/src/eoMergeReduce.h @@ -37,9 +37,9 @@ /** Replacement strategies that combine en eoMerge and an eoReduce. -@classes: eoMergeReduce, the base (pure abstract) class - eoPlusReplacement the ES plus strategy - eoCommaReplacement the ES comma strategy +@class eoMergeReduce, the base (pure abstract) class +@class eoPlusReplacement the ES plus strategy +@class eoCommaReplacement the ES comma strategy */ /** diff --git a/eo/src/eoReplacement.h b/eo/src/eoReplacement.h index 972aa61a..2c2d8984 100644 --- a/eo/src/eoReplacement.h +++ b/eo/src/eoReplacement.h @@ -57,9 +57,9 @@ MS 12/12/2000 @see eoMerge, eoReduce, eoMergeReduce, eoReduceMerge -@classes eoReplacement, base (pure abstract) class - eoGenerationalReplacement, as it says ... - eoWeakElitistReplacement a wrapper to add elitism +@class eoReplacement, base (pure abstract) class +@class eoGenerationalReplacement, as it says ... +@class eoWeakElitistReplacement a wrapper to add elitism */ diff --git a/eo/src/eoSurviveAndDie.h b/eo/src/eoSurviveAndDie.h index 81e2e310..3650a536 100644 --- a/eo/src/eoSurviveAndDie.h +++ b/eo/src/eoSurviveAndDie.h @@ -42,8 +42,9 @@ kills the ones that are to die, puts the ones that are to survive into the second argument removes them from the first pop argument -@classes: eoSurviveAndDie, eoDeterministicSurviveAndDie, - eoDeterministicSaDReplacement +@class eoSurviveAndDie +@class eoDeterministicSurviveAndDie, +@class eoDeterministicSaDReplacement */ /** @addtogroup Replacors diff --git a/eo/src/utils/eoUniformInit.h b/eo/src/utils/eoUniformInit.h index 005b7f7e..fa1b874d 100644 --- a/eo/src/utils/eoUniformInit.h +++ b/eo/src/utils/eoUniformInit.h @@ -29,11 +29,10 @@ * eoRndGenerators, we might as well have these directly written without * overhead -@classes: - eoUniformInit uniform initialization for doubles, floats, ints, ... - eoBooleanInit biased init for booleans - eoNormalInit normal intialization for doubles and floats - eoNegExpInit negative exponential distributions " +@class eoUniformInit uniform initialization for doubles, floats, ints, ... +@class eoBooleanInit biased init for booleans +@class eoNormalInit normal intialization for doubles and floats +@class eoNegExpInit negative exponential distributions " */ #ifndef eoUniformInit_h