diff options
author | André Roth <neolynx@gmail.com> | 2014-09-18 15:59:27 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-09-19 12:45:05 -0300 |
commit | 6401779e78b447a371d39bff59c381135f10e9c3 (patch) | |
tree | a72294f2cf284ae17d45c97a4d173b68af5f0742 /doxygen_libdvbv5.cfg | |
parent | 6283f44e26e41ec98ceb6cc9e04111256dd91c67 (diff) |
libdvbv5: MPEG TS parser documentation
Add javadoc markups at mpeg_ts.h, in order to generate documentation.
Signed-off-by: André Roth <neolynx@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'doxygen_libdvbv5.cfg')
-rw-r--r-- | doxygen_libdvbv5.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index e262a0b9..51ec180f 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -765,6 +765,7 @@ INPUT = $(SRCDIR)/doc/libdvbv5-index.doc \ $(SRCDIR)/lib/include/libdvbv5/vct.h \ $(SRCDIR)/lib/include/libdvbv5/crc32.h \ $(SRCDIR)/lib/include/libdvbv5/mpeg_es.h \ + $(SRCDIR)/lib/include/libdvbv5/mpeg_ts.h \ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |