From e1148059b78bab272212f7a45c90b5589fd98671 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 27 Feb 2016 17:48:02 -0500 Subject: [PATCH] Skip misleading links in tria.h. --- include/deal.II/grid/tria.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 169863e02d..cbb1f1d307 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -873,7 +873,7 @@ namespace internal * been called. * * - *

Boundary approximation

+ *

%Boundary approximation

* * You can specify a boundary function for each boundary component. If a new * vertex is created on a side or face at the boundary, this function is used @@ -1070,7 +1070,7 @@ namespace internal * *

Technical details

* - *

Algorithms for mesh regularization and smoothing upon refinement

+ *

%Algorithms for mesh regularization and smoothing upon refinement

* * We chose an inductive point of view: since upon creation of the * triangulation all cells are on the same level, all regularity assumptions -- 2.39.5