## ---------------------------------------------------------------------
##
-## 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.
##
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";
## ---------------------------------------------------------------------
##
-## 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.
##
## ---------------------------------------------------------------------
-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.
$_ = <>;