]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove the special handling of and '', as well as of < and >.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 May 2006 15:29:45 +0000 (15:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 May 2006 15:29:45 +0000 (15:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@13133 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen

index fa0846362515f2e4744067dc390438fad9fe4cb2..bbcc472ec17c7f3b783e91af1360158de119c6ce 100644 (file)
@@ -48,10 +48,6 @@ do {
        # comment // signs
        s!\s*//\s*(.*)\n!$1!;
 
-       # make sure template arguments are printed correctly
-       s!<!\@<!g;
-       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 <code>...</code>
-       s!``!<code>!g;
-       s!''!</code>!g;
-
-
        # finally print this line
        print " * $_\n";
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.