From: Wolfgang Bangerth Date: Fri, 25 Jan 2002 12:25:21 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~18427 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787cbf5eaf1d5b175f9d23c37fbed824b38b7f02;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@5408 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index 96cf751f39..49bb137d2b 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -163,8 +163,10 @@ namespace Patterns /** * Minimal integer value. If * the @p{numeric_limits} class - * is available, otherwise set - * it so that this class + * is available use this + * information to obtain the + * extremal values, otherwise + * set it so that this class * understands that all values * are allowed. */ @@ -173,8 +175,10 @@ namespace Patterns /** * Maximal integer value. If * the @p{numeric_limits} class - * is available, otherwise set - * it so that this class + * is available use this + * information to obtain the + * extremal values, otherwise + * set it so that this class * understands that all values * are allowed. */ @@ -291,20 +295,24 @@ namespace Patterns { public: /** - * Minimal double value. If - * the @p{numeric_limits} class - * is available, otherwise set - * it so that this class + * Minimal double value. If the + * @p{numeric_limits} class is + * available use this + * information to obtain the + * extremal values, otherwise + * set it so that this class * understands that all values * are allowed. */ static const double min_double_value; /** - * Maximal double value. If - * the @p{numeric_limits} class - * is available, otherwise set - * it so that this class + * Maximal double value. If the + * @p{numeric_limits} class is + * available use this + * information to obtain the + * extremal values, otherwise + * set it so that this class * understands that all values * are allowed. */