X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=Doxyfile.in;h=038f1e556de389682995c266b38948b1f292901f;hp=0b204a096b7304e819331d057989647355c1032a;hb=ecc659d44da1c8d2291c22be61d2819b55fa7b17;hpb=a6f7ca1a3a6086a238207ff995de9767408b5c3f diff --git a/Doxyfile.in b/Doxyfile.in index 0b204a096b..038f1e556d 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