]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Exempt more.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 14 Feb 2010 00:07:19 +0000 (00:07 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 14 Feb 2010 00:07:19 +0000 (00:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@20610 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/filter

index 85fc87ff1e51685fdb6d1a1050348425f0b0c4ef..7435470a4219a9bfde63d70edc496f5a791f139e 100755 (executable)
@@ -24,8 +24,12 @@ s/dealii::/::/g;
 # of this style, so we can't substitute things that look like
 # "step-xx".
 #
-# There is another exception: the scripts in doc/doxygen/tutorial
-# produce files that have table of contents entries. We don't
-# want these cross-linked to itself. Also exempt things like
-# step_12.solution.png that typically appear in @image commands.
-s/(?<!\")step-(\d+)(?!\")/\@ref step_\1 \"step-\1\"/gi if !m/\@(page|image)/;
+# There is other exceptions:
+# - the scripts in doc/doxygen/tutorial produce files that have
+#   table of contents entries. We don't want these cross-linked
+#   to itself.
+# - things like step_12.solution.png that typically appear in
+#   @image commands.
+# - things in headings
+s/(?<!\")step-(\d+)(?!\")/\@ref step_\1 \"step-\1\"/gi
+  if !m/\@(page|image|<[hH]\d>)/;

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.