Commit cddfe325 authored by Jani Nikula's avatar Jani Nikula

kernel-doc/rst: remove fixme comment

Yes, for our purposes the type should contain typedef.
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent d4b08e0c
......@@ -1897,7 +1897,6 @@ sub output_typedef_rst(%) {
my $oldprefix = $lineprefix;
my $name = "typedef " . $args{'typedef'};
### FIXME: should the name below contain "typedef" or not?
print "\n\n.. c:type:: " . $name . "\n\n";
$lineprefix = " ";
output_highlight_rst($args{'purpose'});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment