From 4787e331c4cc07b81b411124e8d647086313abac Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 17 May 2009 10:47:00 +0000 Subject: [PATCH] program2doxygen ignores the first comment lines if they start at column 1 (it thinks it's the header). Indent them. git-svn-id: https://svn.dealii.org/trunk@18857 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-35/step-35.cc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/deal.II/examples/step-35/step-35.cc b/deal.II/examples/step-35/step-35.cc index a82cf35e33..6cf60dadb9 100644 --- a/deal.II/examples/step-35/step-35.cc +++ b/deal.II/examples/step-35/step-35.cc @@ -10,10 +10,13 @@ /* further information on this license. */ -// @sect3{Include Files} -// We start by including all the necessary dealii header files and some C++ related ones. Each -// one of them has been discussed in previous tutorial programs, -// so we will not get into details here. + // @sect3{Include Files} + + // We start by including all the necessary + // dealii header files and some C++ related + // ones. Each one of them has been discussed + // in previous tutorial programs, so we will + // not get into details here. #include #include #include -- 2.39.5