From: wolf Date: Tue, 23 May 2006 15:29:45 +0000 (+0000) Subject: Remove the special handling of and '', as well as of < and >. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb73b959100712f89dde766ac8ab1e3f4fc724e8;p=dealii-svn.git 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 --- 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";