From: wolf Date: Sat, 14 Jan 2006 00:29:48 +0000 (+0000) Subject: Doc update. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f74baace717357c0d1cb5b5bccb1026ca019889;p=dealii-svn.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 */