Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {