X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Documentation%2Fsphinx%2Fparse-headers.pl;h=b063f2f1cfb25ebaa83683079ac9eb2a12a99137;hb=91afe604c15405a7b15d1464f224372cd82d3e2c;hp=00a69aceff44d56e566774ce97e62014b27499c4;hpb=dd91c555461261fed220ae29a508f508a0afeb43;p=linux-2.6-microblaze.git diff --git a/Documentation/sphinx/parse-headers.pl b/Documentation/sphinx/parse-headers.pl index 00a69aceff44..b063f2f1cfb2 100755 --- a/Documentation/sphinx/parse-headers.pl +++ b/Documentation/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 () { ) { my $s = $1; - $structs{$s} = "struct :c:type:`$s`\\ "; + $structs{$s} = "struct $s\\ "; next; } }