From 488ef65ce2737c012f0f298ff6ccf6b0723cf72a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Nov 2014 13:31:18 -0600 Subject: [PATCH] Provide links to step-54. --- doc/doxygen/headers/glossary.h | 3 ++- doc/doxygen/headers/manifold.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 97e44b8f93..e7ae79f595 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1105,7 +1105,8 @@ Article{BK07, * children upon mesh refinement. Some more information about manifold * indicators is also presented in a section of the documentation of * the Triangulation class as well as in the - * @ref manifold "Manifold documentation module". + * @ref manifold "Manifold documentation module". Manifold indicators + * are used in step-53 and step-54. * * * @see @ref manifold "The module on Manifolds" diff --git a/doc/doxygen/headers/manifold.h b/doc/doxygen/headers/manifold.h index dad6fc158a..c9f15e5d8c 100644 --- a/doc/doxygen/headers/manifold.h +++ b/doc/doxygen/headers/manifold.h @@ -77,7 +77,7 @@ * While this process is non trivial in most cases of interest, for most of * the trivial geometries, like cylinders, spheres or shells, deal.II provides * reasonable implementations. More complicated examples can be described - * using the techniques shown in step-53. + * using the techniques shown in step-53 and step-54. * * The boundary of a Triangulation is a special case of Manifold, for * which additional information can be useful in user codes, such as -- 2.39.5