From: Wolfgang Bangerth Date: Thu, 8 Oct 2009 12:59:01 +0000 (+0000) Subject: Can't have 'operator' as the last word in a heading, since it expands X-Git-Tag: v8.0.0~6955 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dddd8097f604d1cb8564476ded581c8d25103ec;p=dealii.git Can't have 'operator' as the last word in a heading, since it expands to

...operator

which doxygen parses as "operator< /h3>" and then gets confused about the lack of a "" further down the line. git-svn-id: https://svn.dealii.org/trunk@19761 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-37/step-37.cc b/deal.II/examples/step-37/step-37.cc index cda6ea691b..535b7dee64 100644 --- a/deal.II/examples/step-37/step-37.cc +++ b/deal.II/examples/step-37/step-37.cc @@ -911,7 +911,7 @@ std::size_t MatrixFree::memory_consumption () const - // @sect3{Laplace operator} + // @sect3{Laplace operator implementation} // This class implements the local action // of a Laplace operator on a quadrature