From: Wolfgang Bangerth Date: Tue, 29 Oct 2024 20:50:03 +0000 (-0600) Subject: Make sure the tutorial text doesn't run into the table of contents. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17816%2Fhead;p=dealii.git Make sure the tutorial text doesn't run into the table of contents. --- diff --git a/doc/doxygen/scripts/make_step.pl b/doc/doxygen/scripts/make_step.pl index 8cc9b66dfb..8e641785ea 100644 --- a/doc/doxygen/scripts/make_step.pl +++ b/doc/doxygen/scripts/make_step.pl @@ -70,6 +70,7 @@ print "
  • The plain program \@endhtmlonly + "; system $^X, "$cmake_source_dir/doc/doxygen/scripts/create_anchors.pl", "$cmake_source_dir/examples/$step/doc/intro.dox" , "--prefix=$step_underscore";