From: Timo Heister Date: Tue, 15 Nov 2022 14:48:34 +0000 (-0500) Subject: remove .cu extension in program2doxygen X-Git-Tag: v9.5.0-rc1~852^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a648b9bb12c266a708d9a73675efc2380d98e8a;p=dealii.git remove .cu extension in program2doxygen --- diff --git a/doc/doxygen/scripts/program2doxygen b/doc/doxygen/scripts/program2doxygen index 45befbb8c5..93999af09d 100644 --- a/doc/doxygen/scripts/program2doxygen +++ b/doc/doxygen/scripts/program2doxygen @@ -18,7 +18,7 @@ # license information, if the file is a step-xx.cc tutorial. Here, xx # is either a number like step-32 or a number plus a letter like step-12b. # Don't skip for other files such as code-gallery files -if ($ARGV[0] =~ /step-\d+[a-z]?.[cc|cu]/) +if ($ARGV[0] =~ /step-\d+[a-z]?.cc/) { $_ = <>; while ( m!^/\*! || m!\s*\*! || m/^$/ ) {