From: bangerth Date: Mon, 23 Oct 2006 02:41:20 +0000 (+0000) Subject: Escape a class name X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b73aa3533af37376d7707a09408d42b5d83a74c;p=dealii-svn.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