doc-rst: fix parsing comments and '{' on a separate line
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 7 Jul 2016 09:52:10 +0000 (06:52 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 7 Jul 2016 09:54:00 +0000 (06:54 -0300)
commit9afe51129ba2b275c6464d485dd6e2c9d3deb72e
tree1b45e106940b36413217b09ead6fdeb055067ac0
parent7d95fa8d667ab515ed25b6e2270723e748c55889
doc-rst: fix parsing comments and '{' on a separate line

The dmx.h header has two things that causes the parser to
break while handling enums:
 per-header enums and the '{' starts on a new line

Both makes the parser to get lexical marks to be detected
as if they were symbols.

Fix it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/sphinx/parse-headers.pl
This page took 0.165008 seconds and 5 git commands to generate.