From: bangerth Date: Tue, 28 Dec 2010 17:56:06 +0000 (+0000) Subject: Minor additions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc03e2daeb58dd2c6236102e8e0805a53de5917;p=dealii-svn.git Minor additions. git-svn-id: https://svn.dealii.org/trunk@23081 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/parameter_handler.h b/deal.II/include/deal.II/base/parameter_handler.h index 248d2d6fe6..2558aa0973 100644 --- a/deal.II/include/deal.II/base/parameter_handler.h +++ b/deal.II/include/deal.II/base/parameter_handler.h @@ -1635,11 +1635,12 @@ namespace Patterns * numbers, every character in their names that's not one is replaced * by an underscore followed by its two-digit hexadecimal representation. * In addition, the entire tree is wrapped into a tag - * ParameterHandler to satisfy the XML requirement that there + * %ParameterHandler to satisfy the XML requirement that there * be only a single top-level construct in each file. * - * The tree structure is what the graphical user interface (see above) uses to - * represent all parameters. + * The tree structure (and its XML representation) is what the graphical + * user interface (see above) uses to represent parameters like a + * directory/file collection. * * * @ingroup input