From 62e0e296b969bce79c2acba332c04058adc9dc0f Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 8 Oct 2009 12:59:01 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-37/step-37.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5