Skip to content

Commit

Permalink
Merge pull request #13069 from bangerth/filter-1
Browse files Browse the repository at this point in the history
Update a link.
  • Loading branch information
drwells committed Dec 15, 2021
2 parents af6af5a + fa03fd5 commit 9a90f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/doxygen/scripts/filter
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ while (<>)
#
# 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
# https://github.com/doxygen/doxygen/issues/2285
if (m/^ *(::)?dealii::.*\\$/)
{
s/::dealii::(.*)\\$/::\1 \\/g;
Expand Down

0 comments on commit 9a90f85

Please sign in to comment.