diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 19:20:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-11 19:20:16 -0300 |
commit | 6e402ae8768e5401f6a5b6086b755b9370662875 (patch) | |
tree | 8b5c89c45783ba59af9deabd31280a1ca3644c44 /doxygen_libdvbv5.cfg | |
parent | 6917a4328627551257d82e460c6e4dd3b8771bec (diff) |
libdvbv5: add documentation for cat.h and atsc_header.h
Add tags for doxygen to process those two headers.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'doxygen_libdvbv5.cfg')
-rw-r--r-- | doxygen_libdvbv5.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index c3df20c6..55450828 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -753,7 +753,9 @@ 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_header.h \ $(SRCDIR)/lib/include/libdvbv5/atsc_eit.h \ + $(SRCDIR)/lib/include/libdvbv5/cat.h \ $(SRCDIR)/lib/include/libdvbv5/eit.h \ $(SRCDIR)/lib/include/libdvbv5/nit.h \ $(SRCDIR)/lib/include/libdvbv5/pat.h \ |