mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
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:
parent
d4b08e0cd2
commit
cddfe325af
1 changed files with 0 additions and 1 deletions
|
@ -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'});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue