diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 17:28:40 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 17:37:21 -0300 |
commit | bc9ea17ece77ac12b3a4eff0c43f7bf4135e01d4 (patch) | |
tree | 186f26bbc0d9f974208efd858dbf005977dcf1b1 /doxygen_libdvbv5.cfg | |
parent | fd2d424f8382868593e4e08cf303585b1c1bbe5b (diff) |
libdvbv5: add documentation for ATSC EIT.
ATSC EIT is different than the DVB EIT table. Document it, and
be sure that the DVB EIT table will be better described.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@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 c717625e..b9481826 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -753,6 +753,7 @@ INPUT = $(SRCDIR)/doc/libdvbv5-index.doc \ $(SRCDIR)/lib/include/libdvbv5/dvb-v5-std.h \ $(SRCDIR)/lib/include/libdvbv5/descriptors.h \ $(SRCDIR)/lib/include/libdvbv5/header.h \ + $(SRCDIR)/lib/include/libdvbv5/atsc_eit.h \ $(SRCDIR)/lib/include/libdvbv5/eit.h \ $(SRCDIR)/lib/include/libdvbv5/nit.h \ $(SRCDIR)/lib/include/libdvbv5/pat.h \ |