From: Wolfgang Bangerth Date: Mon, 23 Oct 2006 02:41:20 +0000 (+0000) Subject: Escape a class name X-Git-Tag: v8.0.0~10937 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83fd492f0745022babe07b7bdb789fc149b1b959;p=dealii.git Escape a class name git-svn-id: https://svn.dealii.org/trunk@14037 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 671c214b27..fc04eff772 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -195,7 +195,7 @@ namespace Evaluation } - // @sect4{Point evaluation} + // @sect4{%Point evaluation} // The next thing is to implement // actual evaluation classes. As