]> sigrok.org Git - libsigrok.git/blobdiff - Doxyfile
brymen-bm86x: actual driver implementation
[libsigrok.git] / Doxyfile
index e29021bbea16013c42621f3468051dfdd1f968ce..167b192ea3762a9dc5ab93e3d2a34856a0e45cba 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -795,9 +795,11 @@ EXCLUDE_SYMLINKS       = NO
 #  - 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.
+#  - doxy/*: Potentially already generated docs, should not be scanned.
 #
 EXCLUDE_PATTERNS       = */hardware/* */input/* */output/* */tests/*
 EXCLUDE_PATTERNS      += */bindings/*
+EXCLUDE_PATTERNS      += */doxy/*
 INPUT                 += input/input.c output/output.c
 
 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names