diff --git a/build-scripts/wikiheaders.pl b/build-scripts/wikiheaders.pl index 1ed9b530e..0d1de8344 100755 --- a/build-scripts/wikiheaders.pl +++ b/build-scripts/wikiheaders.pl @@ -268,7 +268,7 @@ while (readdir(DH)) { while () { chomp; - if (not /\A\/\*\*/) { # not doxygen comment start? + if (not /\A\/\*\*\s*\Z/) { # not doxygen comment start? push @contents, $_; next; }