commit | 034e6c8e72afe0106e7ad3c19941053072b6a994 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Jul 07 14:13:12 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Thu Jul 07 15:12:48 2016 -0300 |
tree | 6045ff51cd42bf4b8558f75200c0fe9ac62d76af | |
parent | 447654d67c0de97524b7352839616ea5f467313d [diff] |
doc-rst: parse-headers: better handle comments at the source code We should not let comments to mangle with the symbols parsing. Unfortunately, videodev2.h has lots of those in the middle of enums and structs. So, we need to improve our parser to discard them. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>