From eba6aa35e3a0633ff0c9ad26d399d025fbaf7b1c Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 8 Jul 2010 19:43:10 +0000 Subject: [PATCH] @ref does not allow newlines git-svn-id: https://svn.dealii.org/trunk@21463 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index d200bd14a4..52b1ce1a03 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1471,9 +1471,9 @@ class Triangulation : public Subscriptor * are created by * create_triangulation() or * execute_coarsening_and_refinement() - * are distorted (see @ref - * GlossDistorted "distorted - * cells"). If set, these two + * are distorted (see + * @ref GlossDistorted "distorted cells"). + * If set, these two * functions may throw an * exception if they encounter * distorted cells. @@ -1716,8 +1716,8 @@ class Triangulation : public Subscriptor * over all cells and verifies * that none of the cells is * deformed (see the entry on - * @ref GlossDistorted "distorted - * cells" in the glossary), where + * @ref GlossDistorted "distorted cells" + in the glossary), where * we call a cell deformed if the * determinant of the Jacobian of * the mapping from reference -- 2.39.5