X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=Doxyfile;h=167b192ea3762a9dc5ab93e3d2a34856a0e45cba;hb=7142d6b9d5d65749e0cedfcff9025dffe38c76c2;hp=e29021bbea16013c42621f3468051dfdd1f968ce;hpb=170fbcb3f769e89a9f1d1d2394986dbc5a78ec21;p=libsigrok.git diff --git a/Doxyfile b/Doxyfile index e29021bb..167b192e 100644 --- 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