X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Doxyfile.in;h=038f1e556de389682995c266b38948b1f292901f;hb=c5f56437c0be07201481ae2232d2c765cc1bc281;hp=0b204a096b7304e819331d057989647355c1032a;hpb=a6f7ca1a3a6086a238207ff995de9767408b5c3f;p=fw%2Fopenocd diff --git a/Doxyfile.in b/Doxyfile.in index 0b204a096..038f1e556 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -307,13 +307,13 @@ EXTRACT_PRIVATE = NO # 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