]> git.alsa-project.org Git - alsa-lib.git/commitdiff
doc: hide structs with typedefs
authorClemens Ladisch <clemens@ladisch.de>
Tue, 4 Aug 2009 07:15:40 +0000 (09:15 +0200)
committerClemens Ladisch <clemens@ladisch.de>
Tue, 4 Aug 2009 07:15:40 +0000 (09:15 +0200)
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 <clemens@ladisch.de>
doc/doxygen.cfg.in

index 4f682cfcccb87d9ba6e91d631cb8acc7761a3d40..8606c485bd95d15cf1b6049fbc1fc6982af09ae7 100644 (file)
@@ -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