From: Wolfgang Bangerth Date: Sun, 17 May 2009 10:47:00 +0000 (+0000) Subject: program2doxygen ignores the first comment lines if they start at column 1 (it X-Git-Tag: v8.0.0~7680 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4787e331c4cc07b81b411124e8d647086313abac;p=dealii.git 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 --- 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