X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=Doxyfile;h=e5cbe86c5afb2c8ce66a2111c9236ddaf1e4031a;hb=refs%2Fheads%2Flibsigrokdecode-0.3.x;hp=9e113ff21bead7ff63abe140c0c36e1bc392a5a5;hpb=5f079f4e914171fb3a627e0a63c4f4cb589e4115;p=libsigrokdecode.git diff --git a/Doxyfile b/Doxyfile index 9e113ff..e5cbe86 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "libsigrokdecode" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "unreleased development snapshot" +PROJECT_NUMBER = "0.3.1" # 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 a @@ -805,8 +805,10 @@ EXCLUDE_SYMLINKS = NO # - type_decoder.c: No public API stuff in there currently. # - tyoe_logic.c: No public API stuff in there currently. # - util.c: No public API stuff in there currently. +# - tests/*: Unit tests, no public API stuff in there. +# - doxy/*: Potentially already generated docs, should not be scanned. # -EXCLUDE_PATTERNS = */decoders/* +EXCLUDE_PATTERNS = */decoders/* */tests/* */doxy/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the