]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Provide the possibility to escape dollar signs: usually they indicate the beginning...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 May 2008 14:46:38 +0000 (14:46 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 14 May 2008 14:46:38 +0000 (14:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@16090 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/filter

index 43b6f0370872409b5bc002ee5f71d775eecbb4d5..cf140166a67915cb8ff2f412d6e20b2081361018 100755 (executable)
@@ -3,6 +3,9 @@
 # make sure we can just write $...$ for formulas.
 s/\$/\@f\$/g;
 
+# however, undo that change if the dollar sign was escaped with a backslash
+s/\\\@f\$/\$/g;
+
 # we don't let doxygen put everything into a namespace
 # dealii. consequently, doxygen can't link references that contain an
 # explicit dealii:: qualification. remove it and replace it by the

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.