From b53f6cf77a70fe6267bdfb14f1676b5c24e2db1d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 11 Jun 2024 11:37:45 -0400 Subject: [PATCH] wikiheaders: Removed a FIXME comment. --- build-scripts/wikiheaders.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/wikiheaders.pl b/build-scripts/wikiheaders.pl index 4291ba1453..bb24d70d7b 100755 --- a/build-scripts/wikiheaders.pl +++ b/build-scripts/wikiheaders.pl @@ -908,8 +908,8 @@ while (my $d = readdir(DH)) { next; } - if (!$is_forced_inline) { # !!! FIXME: maybe we need to do this for forced-inline stuff too? - $decl = ''; # build this with the line breaks, since it looks better for syntax highlighting. + if (!$is_forced_inline) { # don't do with forced-inline because we don't want the implementation inserted in the wiki. + $decl = ''; # rebuild this with the line breaks, since it looks better for syntax highlighting. foreach (@decllines) { if ($decl eq '') { $decl = $_;