From: Wolfgang Bangerth Date: Sat, 14 Jan 2006 00:29:48 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~12643 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78a32bb55334fcca5f8a86ea87978b5291df7b4;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@12021 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 c9f1e61739..dd85c7a418 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -38,8 +38,10 @@ class LogStream; /** - * Declare some regexps which - * may be used to define patterns. + * Namespace for a few classes that act as patterns for the ParameterHandler + * class. These classes implement an interface that checks whether a parameter + * in an input file matches a certain pattern, such as "being boolean", "an + * integer value", etc. * * @ingroup input */