diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 19:35:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 19:35:56 -0300 |
commit | 0a3239b4638e9d39d1f4cbe5c3d4edc586eb53e3 (patch) | |
tree | 02aba43b138358f134a73d72165d85f7e6d11861 /doxygen_libdvbv5.cfg | |
parent | 6e402ae8768e5401f6a5b6086b755b9370662875 (diff) |
libdvbv5: add support for mgt.h
With that, all tables are documented via doxygen.
We're still missing documentation for the desc_*.h headers.
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 55450828..b0e04487 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -757,6 +757,7 @@ INPUT = $(SRCDIR)/doc/libdvbv5-index.doc \ $(SRCDIR)/lib/include/libdvbv5/atsc_eit.h \ $(SRCDIR)/lib/include/libdvbv5/cat.h \ $(SRCDIR)/lib/include/libdvbv5/eit.h \ + $(SRCDIR)/lib/include/libdvbv5/mgt.h \ $(SRCDIR)/lib/include/libdvbv5/nit.h \ $(SRCDIR)/lib/include/libdvbv5/pat.h \ $(SRCDIR)/lib/include/libdvbv5/pmt.h \ |