]> sigrok.org Git - libsigrok.git/commitdiff
Doxyfile/Doxyfile_internal: Ignore doxy/* when creating docs.
authorUwe Hermann <redacted>
Fri, 27 Dec 2013 14:50:27 +0000 (15:50 +0100)
committerUwe Hermann <redacted>
Fri, 27 Dec 2013 14:50:27 +0000 (15:50 +0100)
Doxyfile
Doxyfile_internal

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
index 4b6db8b9d359d17aa9b74f65b5e5939361e77344..44ae1781544fa101d9864dadfed02c8fc297f150 100644 (file)
@@ -784,7 +784,9 @@ EXCLUDE_SYMLINKS       = NO
 # Note that the wildcards are matched against the file with absolute path, so to
 # exclude all test directories for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       =
+# Ignore the following files and directories (see also EXCLUDE above):
+#  - doxy/*: Potentially already generated docs, should not be scanned.
+EXCLUDE_PATTERNS       = */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