]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Escape dollar signs in the plain documentation, so as to not confuse doxygen
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2007 00:20:21 +0000 (00:20 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 10 Aug 2007 00:20:21 +0000 (00:20 +0000)
git-svn-id: https://svn.dealii.org/trunk@14937 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/program2plain

index fe0531c03a9921c72f7b8b5f07651b30e652a382..33ffbc1bda3a5f32d9cb583b9b1fe8aeddcd4d9c 100644 (file)
@@ -22,6 +22,7 @@ while (<>) {
        s/&/&amp;/g; 
        s/</&lt;/g;      
        s/>/&gt;/g;
+       s/\$/\\$/g;
        s/\t/        /g;
 
        print "  $_";

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.