]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Do not create the heading in program2doxygen.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 Jan 2016 13:17:59 +0000 (07:17 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 6 Jan 2016 13:17:59 +0000 (07:17 -0600)
Instead create it where we call it.

doc/doxygen/scripts/make_step.pl
doc/doxygen/scripts/program2doxygen

index a329d431beb96c8f6b533de7c40d14f1018eaafc..36907f9e89321c7bdfc55ac04096cda393228d1d 100644 (file)
@@ -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 " * <a name=\"CommProg\"></a>\n";
+print " * <h1> The commented program</h1>\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";
index d00a8bb6184ff3e4d90c95337d13784ff8bcb2db..c98b8ab82ea7486ecf3a91eb587c56c6bbd493f9 100644 (file)
@@ -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 " * <a name=\"CommProg\"></a>\n";
-print " * <h1> The commented program</h1>\n";
-
 # ignore comments at the start of the program. this includes subversion
 # tags and copyright notices.
 $_ = <>;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.