Commit a3f57ad0 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

doc-rst: kernel-doc: fix a change introduced by mistake

changeset b7e67f6c ("doc-rst: linux_tv: supress lots of warnings")
were meant to touch only on media files, but it also touched
at this script by mistake. Revert such change.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c91661f1
......@@ -1833,7 +1833,7 @@ sub output_function_rst(%) {
my $oldprefix = $lineprefix;
my $start;
print ".. cpp:function:: ";
print ".. c:function:: ";
if ($args{'functiontype'} ne "") {
$start = $args{'functiontype'} . " " . $args{'function'} . " (";
} else {
......
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