diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-07 11:45:46 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-09-07 11:45:46 -0300 |
commit | 89fd92079cbd8627d2dc04a0c70b5da2d119344f (patch) | |
tree | ab704f5793fe7b0511b0e72d7d0171a0d5f0c3c9 /doxygen_libdvbv5.cfg | |
parent | 5be6c9fd49eb11ea374c322687425230032afd51 (diff) |
libdvbv5: add documentation for descriptors.h
Add javadoc headers to document the content of descriptors.h,
and makes doxygen to generate the data (almost) properly.
Not sure why, but struct dvb_descriptor is not being
parsed properly by doxygen.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'doxygen_libdvbv5.cfg')
-rw-r--r-- | doxygen_libdvbv5.cfg | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/doxygen_libdvbv5.cfg b/doxygen_libdvbv5.cfg index 92765939..95114d88 100644 --- a/doxygen_libdvbv5.cfg +++ b/doxygen_libdvbv5.cfg @@ -749,15 +749,8 @@ INPUT = $(SRCDIR)/lib/include/libdvbv5/dvb-demux.h \ $(SRCDIR)/lib/include/libdvbv5/dvb-log.h \ $(SRCDIR)/lib/include/libdvbv5/dvb-sat.h \ $(SRCDIR)/lib/include/libdvbv5/dvb-scan.h \ - $(SRCDIR)/lib/include/libdvbv5/dvb-v5-std.h -# $(SRCDIR)/lib/libdvbv5/dvb-demux.c \ -# $(SRCDIR)/lib/libdvbv5/dvb-fe.c \ -# $(SRCDIR)/lib/libdvbv5/dvb-file.c \ -# $(SRCDIR)/lib/libdvbv5/dvb-log.c \ -# $(SRCDIR)/lib/libdvbv5/dvb-sat.c \ -# $(SRCDIR)/lib/libdvbv5/dvb-scan.c \ -# $(SRCDIR)/lib/libdvbv5/dvb-v5-std.c - + $(SRCDIR)/lib/include/libdvbv5/dvb-v5-std.h \ + $(SRCDIR)/lib/include/libdvbv5/descriptors.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 @@ -1949,7 +1942,10 @@ INCLUDE_FILE_PATTERNS = # recursively expanded use the := operator instead of the = operator. # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. -PREDEFINED = _DOXYGEN +PREDEFINED = _DOXYGEN \ + __attribute__(x)= \ + __cdecl= \ + DVB_DESC_HEADER()= uint8_t type; uint8_t length; struct dvb_desc *next; # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The |