From 9e6bb2beca1df0e343540252581f46dc37f50d1b Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 25 Jan 2002 12:25:21 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@5408 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/parameter_handler.h | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) 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. */ -- 2.39.5