mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 15:03:43 +00:00
wikiheaders: Removed a FIXME comment.
This commit is contained in:
parent
8e782602de
commit
b53f6cf77a
1 changed files with 2 additions and 2 deletions
|
@ -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 = $_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue