From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e0e296b969bce79c2acba332c04058adc9dc0f;p=dealii-svn.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