X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=Doxyfile;h=33cc3691cf01d01255b947889763bd2699b6f47f;hp=9e113ff21bead7ff63abe140c0c36e1bc392a5a5;hb=25d3576134e7b57ca169e8e4ebd4e4ce5dcf62dd;hpb=5f079f4e914171fb3a627e0a63c4f4cb589e4115 diff --git a/Doxyfile b/Doxyfile index 9e113ff..33cc369 100644 --- a/Doxyfile +++ b/Doxyfile @@ -68,7 +68,7 @@ OUTPUT_DIRECTORY = doxy # performance problems for the file system. # The default value is: NO. -CREATE_SUBDIRS = YES +CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this @@ -805,8 +805,10 @@ EXCLUDE_SYMLINKS = NO # - type_decoder.c: No public API stuff in there currently. # - tyoe_logic.c: No public API stuff in there currently. # - util.c: No public API stuff in there currently. +# - tests/*: Unit tests, no public API stuff in there. +# - doxy/*: Potentially already generated docs, should not be scanned. # -EXCLUDE_PATTERNS = */decoders/* +EXCLUDE_PATTERNS = */decoders/* */tests/* */doxy/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the