From 8f59ebf2a39cd8b67bc7021a04ac56cf998e9801 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Jul 2009 12:00:33 +0000 Subject: [PATCH] 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 --- deal.II/examples/step-36/step-36.cc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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} -- 2.39.5