From: Clemens Ladisch Date: Tue, 4 Aug 2009 07:15:40 +0000 (+0200) Subject: doc: hide structs with typedefs X-Git-Tag: v1.0.21~9 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0ed67883af9e2e8029c9e19011012a16d9aac07b;p=alsa-lib.git doc: hide structs with typedefs In the documentation, hide structure types that have a corresponding typedef. Since doxygen 1.5.4, this is no longer the default when OPTIMIZE_OUTPUT_FOR_C is set. Signed-off-by: Clemens Ladisch --- diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in index 4f682cfc..8606c485 100644 --- a/doc/doxygen.cfg.in +++ b/doc/doxygen.cfg.in @@ -114,6 +114,7 @@ PREDEFINED = DOXYGEN PIC "DOC_HIDDEN" \ "link_warning(x,y)=" OPTIMIZE_OUTPUT_FOR_C = YES # doxygen 1.2.6 option +TYPEDEF_HIDES_STRUCT = YES # needed in doxygen >= 1.5.4 #INPUT_FILTER = inputfilter #FILTER_SOURCE_FILES = YES