kernel-doc/rst: remove fixme comment
Yes, for our purposes the type should contain typedef. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -1897,7 +1897,6 @@ sub output_typedef_rst(%) {
|
|||||||
my $oldprefix = $lineprefix;
|
my $oldprefix = $lineprefix;
|
||||||
my $name = "typedef " . $args{'typedef'};
|
my $name = "typedef " . $args{'typedef'};
|
||||||
|
|
||||||
### FIXME: should the name below contain "typedef" or not?
|
|
||||||
print "\n\n.. c:type:: " . $name . "\n\n";
|
print "\n\n.. c:type:: " . $name . "\n\n";
|
||||||
$lineprefix = " ";
|
$lineprefix = " ";
|
||||||
output_highlight_rst($args{'purpose'});
|
output_highlight_rst($args{'purpose'});
|
||||||
|
Reference in New Issue
Block a user