From: Wolfgang Bangerth Date: Wed, 6 Jan 2016 13:17:59 +0000 (-0600) Subject: Do not create the heading in program2doxygen. X-Git-Tag: v8.4.0-rc2~110^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15d1cb6ed8b17aed8a3ed915260aab79d9017351;p=dealii.git Do not create the heading in program2doxygen. Instead create it where we call it. --- diff --git a/doc/doxygen/scripts/make_step.pl b/doc/doxygen/scripts/make_step.pl index a329d431be..36907f9e89 100644 --- a/doc/doxygen/scripts/make_step.pl +++ b/doc/doxygen/scripts/make_step.pl @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2013 by the deal.II authors +## Copyright (C) 2013, 2016 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -56,6 +56,8 @@ print system $^X, "$cmake_source_dir/doc/doxygen/scripts/create_anchors", "$cmake_source_dir/examples/$step/doc/intro.dox"; +print " * \n"; +print " *

The commented program

\n"; system $^X, "$cmake_source_dir/doc/doxygen/scripts/program2doxygen", "$cmake_source_dir/examples/$step/$step.cc"; system $^X, "$cmake_source_dir/doc/doxygen/scripts/create_anchors", "$cmake_source_dir/examples/$step/doc/results.dox"; diff --git a/doc/doxygen/scripts/program2doxygen b/doc/doxygen/scripts/program2doxygen index d00a8bb618..c98b8ab82e 100644 --- a/doc/doxygen/scripts/program2doxygen +++ b/doc/doxygen/scripts/program2doxygen @@ -1,6 +1,6 @@ ## --------------------------------------------------------------------- ## -## Copyright (C) 2006 - 2015 by the deal.II authors +## Copyright (C) 2006 - 2016 by the deal.II authors ## ## This file is part of the deal.II library. ## @@ -14,9 +14,6 @@ ## --------------------------------------------------------------------- -print " * \n"; -print " *

The commented program

\n"; - # ignore comments at the start of the program. this includes subversion # tags and copyright notices. $_ = <>;