From 6531536bbc91284c2d25078039e0c3ee73fc2a96 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 26 Feb 2008 01:11:35 +0000 Subject: [PATCH] Escape the word 'Boundary' to avoid it being linked to the respective class. git-svn-id: https://svn.dealii.org/trunk@15772 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-31/step-31.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-31/step-31.cc b/deal.II/examples/step-31/step-31.cc index 5d51776589..2beb54a3ff 100644 --- a/deal.II/examples/step-31/step-31.cc +++ b/deal.II/examples/step-31/step-31.cc @@ -147,7 +147,7 @@ class StokesProblem boost::shared_ptr::type> A_preconditioner; }; - // @sect3{Boundary values and right hand side} + // @sect3{%Boundary values and right hand side} // As in step-20 and most other example // programs, the next task is to define the -- 2.39.5