From: bangerth Date: Tue, 26 Feb 2008 01:11:35 +0000 (+0000) Subject: Escape the word 'Boundary' to avoid it being linked to the respective class. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d8f864cde5030de565e2b20202651b75327951c;p=dealii-svn.git 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 --- 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