commit | 9afe51129ba2b275c6464d485dd6e2c9d3deb72e | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Jul 07 06:52:10 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Jul 07 06:54:00 2016 -0300 |
tree | 1b45e106940b36413217b09ead6fdeb055067ac0 | |
parent | 7d95fa8d667ab515ed25b6e2270723e748c55889 [diff] |
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>