From bb73b959100712f89dde766ac8ab1e3f4fc724e8 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 May 2006 15:29:45 +0000 Subject: [PATCH] Remove the special handling of and '', as well as of < and >. git-svn-id: https://svn.dealii.org/trunk@13133 0785d39b-7218-0410-832d-ea1e28bc413d --- .../doc/tutorial/chapter-2.step-by-step/program2doxygen | 9 --------- 1 file changed, 9 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen index fa08463625..bbcc472ec1 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen @@ -48,10 +48,6 @@ do { # comment // signs s!\s*//\s*(.*)\n!$1!; - # make sure template arguments are printed correctly - s!!\@>!g; - # second, replace section headers, and generate addressable # anchor if ( /\@sect/ ) { @@ -68,11 +64,6 @@ do { # then replace references to other example programs automatically: s!step-(\d+)!\@ref step_\1 \"step-\1\"!g; - # replace quotation marks by ... - s!``!!g; - s!''!!g; - - # finally print this line print " * $_\n"; -- 2.39.5