]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Implement a filter to make sure our dealii:: qualified name look as if they meant...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Oct 2006 17:30:43 +0000 (17:30 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 Oct 2006 17:30:43 +0000 (17:30 +0000)
git-svn-id: https://svn.dealii.org/trunk@14090 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/filter

index df9098f5c6cc64151dd15bcf7be3bb39a6f3b5b3..74af404885a3032fcf1a28b4b5317e382bea526d 100755 (executable)
@@ -22,4 +22,14 @@ s/\\begin\{enumerate\}/<OL>/g;
 s/\\end\{enumerate\}/<\/OL>/g;
 s/\@begin\{enumerate\}/<OL>/g;
 s/\@end\{enumerate\}/<\/OL>/g;
-#s/\\end\{verbatim\}/\@endverbatim/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
+# global scope
+#
+# Now, as of doxygen 1.5, this still produces the wrong result, but
+# that's not our fault. This is reported here:
+#    http://bugzilla.gnome.org/show_bug.cgi?id=365053
+s/dealii::/::/g;

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.