diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-03 23:40:54 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2014-05-03 23:43:09 +0200 |
commit | fb8e307d0dc7e53d051e1c9fe18ebd56f1b13ab3 (patch) | |
tree | 59c6c018309106e47c5c4a56704be74fd70f42b7 | |
parent | 5f079f4e914171fb3a627e0a63c4f4cb589e4115 (diff) | |
download | libsigrokdecode-fb8e307d0dc7e53d051e1c9fe18ebd56f1b13ab3.tar.gz libsigrokdecode-fb8e307d0dc7e53d051e1c9fe18ebd56f1b13ab3.zip |
Doxygen: Don't parse anything in tests/ or doxy/.
None of that is API-relevant.
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |