From: Matthias Maier Date: Wed, 13 May 2020 16:46:31 +0000 (-0500) Subject: Documentation: fix make_gallery.pl X-Git-Tag: v9.2.0-rc2~15^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38d88265eef18eb7d4b56d5006f36215639f9294;p=dealii.git Documentation: fix make_gallery.pl Otherwise newer doxygen does not parse the generated *.h files... See #8972 --- diff --git a/doc/doxygen/scripts/make_gallery.pl b/doc/doxygen/scripts/make_gallery.pl index fa995c1a78..99a6f59b0b 100644 --- a/doc/doxygen/scripts/make_gallery.pl +++ b/doc/doxygen/scripts/make_gallery.pl @@ -56,7 +56,7 @@ chop $entryname; print "/** - * \@page code_gallery_$gallery_underscore The '$entryname' code gallery program +\@page code_gallery_$gallery_underscore The '$entryname' code gallery program \@htmlonly

This program was contributed by $authors.