| 419 | 419 | 
| 420 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be | 420 # If the EXTRACT_STATIC tag is set to YES all static members of a file will be | 
| 421 # included in the documentation. | 421 # included in the documentation. | 
| 422 # The default value is: NO. | 422 # The default value is: NO. | 
| 423 | 423 | 
| 424 EXTRACT_STATIC         = NO | 424 EXTRACT_STATIC         = YES | 
| 425 | 425 | 
| 426 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined | 426 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined | 
| 427 # locally in source files will be included in the documentation. If set to NO | 427 # locally in source files will be included in the documentation. If set to NO | 
| 428 # only classes defined in header files are included. Does not have any effect | 428 # only classes defined in header files are included. Does not have any effect | 
| 429 # for Java sources. | 429 # for Java sources. | 
| 1877 # performed. Macro expansion can be done in a controlled way by setting | 1877 # performed. Macro expansion can be done in a controlled way by setting | 
| 1878 # EXPAND_ONLY_PREDEF to YES. | 1878 # EXPAND_ONLY_PREDEF to YES. | 
| 1879 # The default value is: NO. | 1879 # The default value is: NO. | 
| 1880 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1880 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 
| 1881 | 1881 | 
| 1882 MACRO_EXPANSION        = NO | 1882 MACRO_EXPANSION        = YES | 
| 1883 | 1883 | 
| 1884 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then | 1884 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then | 
| 1885 # the macro expansion is limited to the macros specified with the PREDEFINED and | 1885 # the macro expansion is limited to the macros specified with the PREDEFINED and | 
| 1886 # EXPAND_AS_DEFINED tags. | 1886 # EXPAND_AS_DEFINED tags. | 
| 1887 # The default value is: NO. | 1887 # The default value is: NO. | 
| 1888 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1888 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 
| 1889 | 1889 | 
| 1890 EXPAND_ONLY_PREDEF     = NO | 1890 EXPAND_ONLY_PREDEF     = YES | 
| 1891 | 1891 | 
| 1892 # If the SEARCH_INCLUDES tag is set to YES the includes files in the | 1892 # If the SEARCH_INCLUDES tag is set to YES the includes files in the | 
| 1893 # INCLUDE_PATH will be searched if a #include is found. | 1893 # INCLUDE_PATH will be searched if a #include is found. | 
| 1894 # The default value is: YES. | 1894 # The default value is: YES. | 
| 1895 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1895 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 
| 1917 # name=definition (no spaces). If the definition and the "=" are omitted, "=1" | 1917 # name=definition (no spaces). If the definition and the "=" are omitted, "=1" | 
| 1918 # is assumed. To prevent a macro definition from being undefined via #undef or | 1918 # is assumed. To prevent a macro definition from being undefined via #undef or | 
| 1919 # recursively expanded use the := operator instead of the = operator. | 1919 # recursively expanded use the := operator instead of the = operator. | 
| 1920 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 1920 # This tag requires that the tag ENABLE_PREPROCESSING is set to YES. | 
| 1921 | 1921 | 
| 1922 PREDEFINED             = | 1922 PREDEFINED             = __attribute__(x)= | 
| 1923 | 1923 | 
| 1924 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this | 1924 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this | 
| 1925 # tag can be used to specify a list of macro names that should be expanded. The | 1925 # tag can be used to specify a list of macro names that should be expanded. The | 
| 1926 # macro definition that is found in the sources will be used. Use the PREDEFINED | 1926 # macro definition that is found in the sources will be used. Use the PREDEFINED | 
| 1927 # tag if you want to use a different macro definition that overrules the | 1927 # tag if you want to use a different macro definition that overrules the | 
| 1987 | 1987 | 
| 1988 #--------------------------------------------------------------------------- | 1988 #--------------------------------------------------------------------------- | 
| 1989 # Configuration options related to the dot tool | 1989 # Configuration options related to the dot tool | 
| 1990 #--------------------------------------------------------------------------- | 1990 #--------------------------------------------------------------------------- | 
| 1991 | 1991 | 
| 1992 # If the CLASS_DIAGRAMS tag is set to YES doxygen will generate a class diagram |  | 
| 1993 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to |  | 
| 1994 # NO turns the diagrams off. Note that this option also works with HAVE_DOT |  | 
| 1995 # disabled, but it is recommended to install and use dot, since it yields more |  | 
| 1996 # powerful graphs. |  | 
| 1997 # The default value is: YES. |  | 
| 1998 |  | 
| 1999 CLASS_DIAGRAMS         = YES |  | 
| 2000 |  | 
| 2001 # You can include diagrams made with dia in doxygen documentation. Doxygen will | 1992 # You can include diagrams made with dia in doxygen documentation. Doxygen will | 
| 2002 # then run dia to produce the diagram and insert it in the documentation. The | 1993 # then run dia to produce the diagram and insert it in the documentation. The | 
| 2003 # DIA_PATH tag allows you to specify the directory where the dia binary resides. | 1994 # DIA_PATH tag allows you to specify the directory where the dia binary resides. | 
| 2004 # If left empty dia is assumed to be found in the default search path. | 1995 # If left empty dia is assumed to be found in the default search path. | 
| 2005 | 1996 |