doc-rst: add parse-headers.pl script
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 7 Jul 2016 01:58:54 +0000 (22:58 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 7 Jul 2016 08:53:06 +0000 (05:53 -0300)
commitdabf8be33bbd8675d44925de7428d3fa86f1d6f3
tree9d606c1904c02ee43abb529fc93a6ca01c6a41fc
parent39ab63237f90b885b2f79a95ac057e8bceaebad2
doc-rst: add parse-headers.pl script

This script parses a header file and converts it into a
parsed-literal block, creating references for ioctls,
defines, typedefs, enums and structs.

It also allow an external file to modify the rules, in
order to fix the expressions.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/sphinx/parse-headers.pl [new file with mode: 0755]