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 /lib/include/libdvbv5/dvb-log.h | |
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 'lib/include/libdvbv5/dvb-log.h')
-rw-r--r-- | lib/include/libdvbv5/dvb-log.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/include/libdvbv5/dvb-log.h b/lib/include/libdvbv5/dvb-log.h index b1209948..90085e0a 100644 --- a/lib/include/libdvbv5/dvb-log.h +++ b/lib/include/libdvbv5/dvb-log.h @@ -39,12 +39,7 @@ * @brief typedef used by dvb_fe_open2 for the log function */ -/* Doxygen gets confused by __attribute__ */ -#ifndef _DOXYGEN typedef void (*dvb_logfunc)(int level, const char *fmt, ...) __attribute__ (( format( printf, 2, 3 ))); -#else -typedef void (*dvb_logfunc)(int level, const char *fmt, ...); -#endif /* * Macros used internally inside libdvbv5 frontend part, to output logs |