From: wolf Date: Thu, 16 Mar 2006 03:25:44 +0000 (+0000) Subject: Be a bit smarter about anchors in the plain text. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8e698973c8d9912e70148e6b2ab283ec8b1b6e8;p=dealii-svn.git Be a bit smarter about anchors in the plain text. git-svn-id: https://svn.dealii.org/trunk@12613 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxyplain b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxyplain index d738e68c3a..05648e7fe8 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxyplain +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxyplain @@ -21,8 +21,9 @@ while (<>) { m!\@sect(\d)\{(.*)\}\s*$!; $sect_name = $2; $sect_name =~ s/\s/_/g; - $_ = " * \n"; - print; + print "\@endcode\n"; + print " \n"; + print "\@code\n"; } } }