X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Doxyfile;h=39d8491bdddc5a4a4919f8020c1bd8e38c4571f7;hb=77463bd397127b8a4e7266e601b4cdf87825beeb;hp=c9e2b9f809118e4a9b27e16f469e4aa9e1642e61;hpb=e00b3f5897d9b5b85b552f9f8da7684229b9bdfc;p=libsigrok.git diff --git a/Doxyfile b/Doxyfile index c9e2b9f8..39d8491b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -580,7 +580,7 @@ STRICT_PROTO_MATCHING = NO # documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the # test list. This list is created by putting \test commands in the @@ -780,7 +780,7 @@ RECURSIVE = YES EXCLUDE = config.h src/libsigrok-internal.h src/session_driver.c EXCLUDE += src/std.c src/drivers.c src/ezusb.c src/fallback.c -EXCLUDE += src/soft-trigger.c src/usb.c +EXCLUDE += src/soft-trigger.c src/usb.c src/sw_limits.c # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded @@ -818,9 +818,9 @@ EXCLUDE_SYMLINKS = NO # - bindings/*: Language bindings, no public API stuff in there. # - doxy/*: Potentially already generated docs, should not be scanned. # -EXCLUDE_PATTERNS = */hardware/* */input/* */output/* */transform/* -EXCLUDE_PATTERNS += */scpi/* */dmm/* */lcr/* -EXCLUDE_PATTERNS += */tests/* */bindings/* */doxy/* +EXCLUDE_PATTERNS = */src/hardware/* */src/input/* */src/output/* */src/transform/* +EXCLUDE_PATTERNS += */src/scpi/* */src/dmm/* */src/lcr/* +EXCLUDE_PATTERNS += */src/tests/* */src/bindings/* */src/doxy/* INPUT += src/input/input.c src/output/output.c INPUT += src/transform/transform.c