From: Timo Heister Date: Wed, 8 Aug 2018 15:18:10 +0000 (+0200) Subject: allow doxygen links for step-xyb X-Git-Tag: v9.1.0-rc1~739^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f118f0a6bcf25f609ab371b587361929c27baa31;p=dealii.git allow doxygen links for step-xyb --- diff --git a/doc/doxygen/scripts/filter b/doc/doxygen/scripts/filter index b1d41fa501..16666a2a7a 100755 --- a/doc/doxygen/scripts/filter +++ b/doc/doxygen/scripts/filter @@ -82,12 +82,12 @@ while (<>) # - things like step-12.solution.png that typically appear in # @image commands. # - things in headings - s/(?)/i; # If step-xx was explicitly escaped with a backslash, remove the # latter - s/\\(step-\d+)/\1/g; + s/\\(step-\w+)/\1/g; # doxygen version 1.7.1 and later have the habit of thinking that # everything that starts with "file:" is the beginning of a link,