X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Doxyfile;h=2a00ebcdea22d09bb139afebfdea46d1895ee030;hb=refs%2Ftags%2Flibsigrok-0.2.2;hp=233287a23f3ad0ba1c6bc0a90c8268c59955f5b2;hpb=1a64618a2f46bf4374a673dcfc413dce8771fe89;p=libsigrok.git diff --git a/Doxyfile b/Doxyfile index 233287a2..2a00ebcd 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,7 +32,7 @@ PROJECT_NAME = "libsigrok" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = "unreleased development snapshot" +PROJECT_NUMBER = "0.2.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer @@ -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