diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-23 09:54:02 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-23 09:54:02 -0500 |
commit | b577bc1c5fac9b15a075459a9841ef9ede1f1b80 (patch) | |
tree | 268141911a4f294d7a35b203b08cd56a4fbc1304 /doc/sphinx/parse-headers.pl | |
parent | abd95385e7dfcb633abc9073740caa9f014e8fc7 (diff) | |
parent | 12316967ad5355798a85739a27afbdde35e3c042 (diff) |
Merge branch '2021-01-22-doc-updates'
- Assorted documentation updates
Diffstat (limited to 'doc/sphinx/parse-headers.pl')
-rwxr-xr-x | doc/sphinx/parse-headers.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/parse-headers.pl b/doc/sphinx/parse-headers.pl index c518050ffc..b063f2f1cf 100755 --- a/doc/sphinx/parse-headers.pl +++ b/doc/sphinx/parse-headers.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl use strict; use Text::Tabs; use Getopt::Long; @@ -110,7 +110,7 @@ while (<IN>) { ) { my $s = $1; - $structs{$s} = "struct :c:type:`$s`\\ "; + $structs{$s} = "struct $s\\ "; next; } } @@ -393,7 +393,7 @@ Report bugs to Mauro Carvalho Chehab <mchehab@kernel.org> Copyright (c) 2016 by Mauro Carvalho Chehab <mchehab+samsung@kernel.org>. -License GPLv2: GNU GPL version 2 <http://gnu.org/licenses/gpl.html>. +License GPLv2: GNU GPL version 2 <https://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. |