diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 13:47:38 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 13:47:38 -0300 |
commit | f1d55b1bb91c9d07aa5dbf0776228b745d5b0f26 (patch) | |
tree | ce7b6f0e2d4e67dc4ed561e3b7c472422ac36699 /doxygen_libdvbv5.cfg | |
parent | cec7e7fe815447a530ccd758957e218e30f4cd2e (diff) |
libdvbv5: add documentation for the NIT table parser
Add doxygen documentation for nit.h.
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 0162773d..28edccb5 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -752,6 +752,7 @@ INPUT = $(SRCDIR)/lib/include/libdvbv5/dvb-demux.h \ $(SRCDIR)/lib/include/libdvbv5/dvb-v5-std.h \ $(SRCDIR)/lib/include/libdvbv5/descriptors.h \ $(SRCDIR)/lib/include/libdvbv5/header.h \ + $(SRCDIR)/lib/include/libdvbv5/nit.h \ $(SRCDIR)/lib/include/libdvbv5/pat.h \ $(SRCDIR)/lib/include/libdvbv5/pmt.h \ $(SRCDIR)/lib/include/libdvbv5/sdt.h \ |