Index: contrib/asterisk-ng-doxygen =================================================================== RCS file: /usr/cvsroot/asterisk/contrib/asterisk-ng-doxygen,v retrieving revision 1.5 diff -u -u -r1.5 asterisk-ng-doxygen --- contrib/asterisk-ng-doxygen 19 May 2005 17:08:39 -0000 1.5 +++ contrib/asterisk-ng-doxygen 2 Jun 2005 16:50:44 -0000 @@ -229,13 +229,13 @@ # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = YES +EXTRACT_STATIC = NO # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. -EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_CLASSES = NO # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in