From: Wolfgang Bangerth Date: Mon, 13 Jul 2009 12:00:33 +0000 (+0000) Subject: Leave @sect{...} comments on a single line, even if too long. X-Git-Tag: v8.0.0~7495 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f59ebf2a39cd8b67bc7021a04ac56cf998e9801;p=dealii.git Leave @sect{...} comments on a single line, even if too long. git-svn-id: https://svn.dealii.org/trunk@19064 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-36/step-36.cc b/deal.II/examples/step-36/step-36.cc index 4bc85de96a..f855166e11 100644 --- a/deal.II/examples/step-36/step-36.cc +++ b/deal.II/examples/step-36/step-36.cc @@ -59,9 +59,7 @@ // namespace: using namespace dealii; - // @sect3{The - // EigenvalueProblem - // class template} + // @sect3{The EigenvalueProblem class template} // Following is the class declaration // for the main class template. It @@ -119,9 +117,7 @@ class EigenvalueProblem ConstraintMatrix constraints; }; - // @sect3{Implementation of the - // EigenvalueProblem - // class} + // @sect3{Implementation of the EigenvalueProblem class} // @sect4{EigenvalueProblem::EigenvalueProblem}