X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Doxyfile;h=96e6d7bcc3acb3f1cbda2f337c3ec0e9d5fc12b0;hb=1487ce4fbc0368058d16d42666fd8703e976f072;hp=289d24e6ec2f9eb65e40cff88faf0ab875b04573;hpb=d5f1d5382d2b2cb8999fefaf4e6e7af8067d110f;p=libsigrok.git diff --git a/Doxyfile b/Doxyfile index 289d24e6..96e6d7bc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -564,7 +564,7 @@ SHOW_FILES = YES # This will remove the Namespaces entry from the Quick Index # and from the Folder Tree View (if specified). The default is YES. -SHOW_NAMESPACES = YES +SHOW_NAMESPACES = NO # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from @@ -687,7 +687,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = config.h libsigrok-internal.h session_driver.c +EXCLUDE = config.h libsigrok-internal.h session_driver.c std.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 @@ -706,11 +706,15 @@ EXCLUDE_SYMLINKS = NO # - config.h: Non-public stuff, the file doesn't get installed. # - libsigrok-internal.h: Non-public stuff, the file doesn't get installed. # - session_driver.c: Special driver for "virtual" devices, non-public. +# - std.c: Non-public helpers, no public API stuff in there. # - hardware/*: Only driver-specific stuff, no public API stuff in there. # - input/*: Only input.c contains public API, everything else doesn't. # - output/*: Only output.c contains public API, everything else doesn't. +# - tests/*: Unit tests, no public API stuff in there. +# - bindings/*: Language bindings, no public API stuff in there. # -EXCLUDE_PATTERNS = */hardware/* */input/* */output/* +EXCLUDE_PATTERNS = */hardware/* */input/* */output/* */tests/* +EXCLUDE_PATTERNS += */bindings/* INPUT += input/input.c output/output.c # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names