X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Doxyfile;h=96e6d7bcc3acb3f1cbda2f337c3ec0e9d5fc12b0;hb=e52e712d05419e4387704262a07e00904b2acbed;hp=bb8d83b2e87ddbeba6d0a6ea495de46cd1282800;hpb=67b5fba8cac632ab2ec60a3e115ff9016e900114;p=libsigrok.git diff --git a/Doxyfile b/Doxyfile index bb8d83b2..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 @@ -711,8 +711,10 @@ EXCLUDE_SYMLINKS = NO # - 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/* */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