X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Doxyfile;h=39d8491bdddc5a4a4919f8020c1bd8e38c4571f7;hb=4555d3bda00ed6f12016d4aca28bbef3cb459988;hp=a1e69b983b65285beab27d856df5b512a5ecb439;hpb=7f82ec4d724c5ddb46bf8dbed6dce881bc21230a;p=libsigrok.git diff --git a/Doxyfile b/Doxyfile index a1e69b98..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 @@ -779,8 +779,8 @@ RECURSIVE = YES # run. EXCLUDE = config.h src/libsigrok-internal.h src/session_driver.c -EXCLUDE += src/std.c src/drivers.c src/ezusb.c src/serial.c -EXCLUDE += src/soft-trigger.c src/usb.c +EXCLUDE += src/std.c src/drivers.c src/ezusb.c src/fallback.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 @@ -804,21 +804,25 @@ EXCLUDE_SYMLINKS = NO # - src/std.c: Non-public helpers, no public API stuff in there. # - src/drivers.c: Non-public helpers, no public API stuff in there. # - src/ezusb.c: Non-public helpers, no public API stuff in there. -# - src/serial.c: Non-public helpers, no public API stuff in there. +# - src/fallback.c: Fallback functions to API calls from serial.c. # - src/soft-trigger.c: Non-public helpers, no public API stuff in there. # - src/usb.c: Non-public helpers, no public API stuff in there. # - src/hardware/*: Only driver-specific stuff, no public API stuff in there. # - src/input/*: Only input.c contains public API, everything else doesn't. # - src/output/*: Only output.c contains public API, everything else doesn't. +# - src/transform/*: Only transform.c contains public API, everything else doesn't. # - src/scpi/*: Non-public helpers, no public API stuff in there. # - src/dmm/*: Non-public helpers, no public API stuff in there. +# - src/lcr/*: Non-public helpers, no public API stuff in there. # - tests/*: Unit tests, no public API stuff in there. # - bindings/*: Language bindings, no public API stuff in there. # - doxy/*: Potentially already generated docs, should not be scanned. # -EXCLUDE_PATTERNS = */hardware/* */input/* */output/* */scpi/* */dmm/* -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 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the