From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Tue, 28 Dec 2010 17:56:06 +0000 (+0000)
Subject: Minor additions.
X-Git-Tag: v8.0.0~4578
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786790e8e2f9066a76f0c7c95fa1adebe2993c6a;p=dealii.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
- *   <code>ParameterHandler</code> to satisfy the XML requirement that there
+ *   <code>%ParameterHandler</code> 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