kernel-doc (34fe4ccb777e2c15a3419fa8e733114f6ce2a3c6) kernel-doc (b79dfef0e2fcf41c736e7012c59d1260aa60f075)
1#!/usr/bin/env perl
2# SPDX-License-Identifier: GPL-2.0
3
4use warnings;
5use strict;
6
7## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ##
8## Copyright (C) 2000, 1 Tim Waugh <twaugh@redhat.com> ##

--- 410 unchanged lines hidden (view full) ---

419 }
420 return $version;
421}
422
423#
424sub print_lineno {
425 my $lineno = shift;
426 if ($enable_lineno && defined($lineno)) {
1#!/usr/bin/env perl
2# SPDX-License-Identifier: GPL-2.0
3
4use warnings;
5use strict;
6
7## Copyright (c) 1998 Michael Zucchi, All Rights Reserved ##
8## Copyright (C) 2000, 1 Tim Waugh <twaugh@redhat.com> ##

--- 410 unchanged lines hidden (view full) ---

419 }
420 return $version;
421}
422
423#
424sub print_lineno {
425 my $lineno = shift;
426 if ($enable_lineno && defined($lineno)) {
427 print "#define LINENO " . $lineno . "\n";
427 print ".. LINENO " . $lineno . "\n";
428 }
429}
430##
431# dumps section contents to arrays/hashes intended for that purpose.
432#
433sub dump_section {
434 my $file = shift;
435 my $name = shift;

--- 2037 unchanged lines hidden (view full) ---

2473=back
2474
2475=head3 reStructuredText only
2476
2477=over 8
2478
2479=item -enable-lineno
2480
428 }
429}
430##
431# dumps section contents to arrays/hashes intended for that purpose.
432#
433sub dump_section {
434 my $file = shift;
435 my $name = shift;

--- 2037 unchanged lines hidden (view full) ---

2473=back
2474
2475=head3 reStructuredText only
2476
2477=over 8
2478
2479=item -enable-lineno
2480
2481Enable output of #define LINENO lines.
2481Enable output of .. LINENO lines.
2482
2483=back
2484
2485=head2 Other parameters:
2486
2487=over 8
2488
2489=item -h, -help

--- 14 unchanged lines hidden ---
2482
2483=back
2484
2485=head2 Other parameters:
2486
2487=over 8
2488
2489=item -h, -help

--- 14 unchanged lines hidden ---