We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b08e0 commit cddfe32Copy full SHA for cddfe32
1 file changed
scripts/kernel-doc
@@ -1897,7 +1897,6 @@ sub output_typedef_rst(%) {
1897
my $oldprefix = $lineprefix;
1898
my $name = "typedef " . $args{'typedef'};
1899
1900
- ### FIXME: should the name below contain "typedef" or not?
1901
print "\n\n.. c:type:: " . $name . "\n\n";
1902
$lineprefix = " ";
1903
output_highlight_rst($args{'purpose'});
0 commit comments