From 85a53862081c9683410076b5493801d68e8f88fa Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 16 Feb 2010 16:16:47 +0000 Subject: [PATCH] Also allow ::dealii:: to be reduced to nothing. git-svn-id: https://svn.dealii.org/trunk@20649 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/filter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/filter b/deal.II/doc/doxygen/filter index 07c5cf7e0d..ad8295ab47 100755 --- a/deal.II/doc/doxygen/filter +++ b/deal.II/doc/doxygen/filter @@ -14,7 +14,7 @@ s/\\\@f\$/\$/g; # 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; +s/(::)?dealii::/::/g; # Replace all occurrences of something like step-xx by # @ref step_xx "step-xx" -- 2.39.5