From a82fa1db8ea4de035f243ecf9b3bdbf346df2d0f Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Wed, 9 Jul 2014 19:15:31 +0000
Subject: [PATCH] Minor edits.

git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33130 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/doxygen/headers/boundary.h | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/deal.II/doc/doxygen/headers/boundary.h b/deal.II/doc/doxygen/headers/boundary.h
index bc9c8291a1..a1ffd81d86 100644
--- a/deal.II/doc/doxygen/headers/boundary.h
+++ b/deal.II/doc/doxygen/headers/boundary.h
@@ -100,10 +100,10 @@
  * maintained for backward compatibility, but will be deprecated in
  * future releases.
  *
- * Whenever a new vertex is needed in a object that supports
- * geometric dependent refinement (i.e., a face on the boundary, an
+ * Whenever a new vertex is needed in an object that supports
+ * geometry dependent refinement (i.e., a face on the boundary, an
  * interior face, or a cell in codimension one), the Triangulation
- * queries to manifold_id of the object which needs refinement. If the
+ * queries the manifold_id of the object which needs refinement. If the
  * manifold_id is set to numbers::invalid_manifold_id, then the
  * Triangulation queries the boundary_id (if the face is on the
  * boundary) or the material_id (if the Triangulation is of
@@ -115,13 +115,14 @@
  * new vertices, otherwise it uses a FlatManifold or StraightBoundary
  * object.
  *
- * The given behavior is backward compatible. If one ignores the
- * manifold_id of an object, by default this is set to
- * numbers::invalid_manifold_id, and the first query will trigger a
- * query to the old style boundary_id. This behavior will be
- * maintained for a while, but might eventually be changed. The
- * suggested strategy is to use manifold_ids to describe the geometry,
- * and boundary_ids to describe boundary conditions. 
+ * @note This behavior is backward compatible to that of deal.II versions
+ * prior to 8.2. If one ignores the manifold_id of an object (i.e., if it has
+ * never been set), by default it is and remains set to
+ * numbers::invalid_manifold_id. In that case, the first query above will
+ * trigger a query to the old style boundary_id. This behavior will be
+ * maintained for a while, but might eventually be changed. The suggested
+ * strategy is to use manifold_ids to describe the geometry, and boundary_ids
+ * to describe boundary conditions.
  * 
  *
  * @see @ref GlossBoundaryIndicator "Glossary entry on boundary indicators"
-- 
2.39.5