From 83e883a1586fea464c93184d7c4752d5e4bdbaf0 Mon Sep 17 00:00:00 2001 From: evomarc Date: Fri, 16 Feb 2001 18:00:18 +0000 Subject: [PATCH] Added oine star at start of comment to have Doxygen process it !!! --- eo/src/eoLinearFitScaling.h | 2 +- eo/src/eoRanking.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/src/eoLinearFitScaling.h b/eo/src/eoLinearFitScaling.h index fee41186..b5c0d8aa 100644 --- a/eo/src/eoLinearFitScaling.h +++ b/eo/src/eoLinearFitScaling.h @@ -30,7 +30,7 @@ #include #include -/* An instance of eoPerf2Worth +/** An instance of eoPerf2Worth * COmputes the linearly scaled fitnesses * with given selective pressure * Pselect(Best) == pressure/sizePop diff --git a/eo/src/eoRanking.h b/eo/src/eoRanking.h index 4c8031c8..37fd5f64 100644 --- a/eo/src/eoRanking.h +++ b/eo/src/eoRanking.h @@ -29,7 +29,7 @@ #include -/* An instance of eoPerfFromWorth +/** An instance of eoPerfFromWorth * COmputes the ranked fitness: fitnesses range in [m,M] * with m=2-pressure/popSize and M=pressure/popSize. * in between, the progression depends on exponent (linear if 1).