From 3228916a0ca692c10faf2392ab655d394bb90513 Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 4 Aug 2006 14:14:30 +0000 Subject: [PATCH] Escape 'Boundary' so that doxygen doesn't cross link it. git-svn-id: https://svn.dealii.org/trunk@13595 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/error_estimator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/error_estimator.h b/deal.II/deal.II/include/numerics/error_estimator.h index 71d036076a..df175f1bce 100644 --- a/deal.II/deal.II/include/numerics/error_estimator.h +++ b/deal.II/deal.II/include/numerics/error_estimator.h @@ -127,7 +127,7 @@ namespace hp * a scalar coefficient which will then be used for all components. * * - *

Boundary values

+ *

%Boundary values

* * If the face is at the boundary, i.e. there is no neighboring cell to which * the jump in the gradiend could be computed, there are two possibilities: -- 2.39.5