diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-18 06:38:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-18 06:39:27 -0300 |
commit | 7f5458f28efa7c7d80ffb339ab221495fff1cee6 (patch) | |
tree | 9626e0c29f2d8826ad07f470a6edc8d4f9a12186 /doxygen_libdvbv5.cfg | |
parent | 177972adcfb467c4daacf7aa3eacf6e22a131026 (diff) |
libdvbv5: Create doxygen docs for mpeg_es.h
While here, fix two typos and add documentation for a missing
var.
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 98340f8b..f1f9ab4c 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -764,6 +764,7 @@ INPUT = $(SRCDIR)/doc/libdvbv5-index.doc \ $(SRCDIR)/lib/include/libdvbv5/sdt.h \ $(SRCDIR)/lib/include/libdvbv5/vct.h \ $(SRCDIR)/lib/include/libdvbv5/crc32.h \ + $(SRCDIR)/lib/include/libdvbv5/mpeg_es.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 |