From d8e698973c8d9912e70148e6b2ab283ec8b1b6e8 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 16 Mar 2006 03:25:44 +0000 Subject: [PATCH] Be a bit smarter about anchors in the plain text. git-svn-id: https://svn.dealii.org/trunk@12613 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/program2doxyplain | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"; } } } -- 2.39.5