]> sigrok.org Git - libsigrok.git/commitdiff
Doxyfile_internal: Fix various settings and paths.
authorUwe Hermann <redacted>
Tue, 24 Mar 2020 18:42:29 +0000 (19:42 +0100)
committerUwe Hermann <redacted>
Wed, 25 Mar 2020 18:38:48 +0000 (19:38 +0100)
Doxyfile_internal

index ea1aeb906794d0b8330e35d12b769f0f089bbe47..d928b2561225acb231ac17c26f498e530c57983b 100644 (file)
@@ -58,7 +58,7 @@ PROJECT_LOGO           = contrib/libsigrok_112x112.png
 # entered, it will be relative to the location where doxygen was started. If
 # left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = doxy
+OUTPUT_DIRECTORY       = $(BUILDDIR)doxy
 
 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
 # directories (in 2 levels) under the output directory of each output format and
@@ -752,7 +752,7 @@ CITE_BIB_FILES         =
 # messages are off.
 # The default value is: NO.
 
-QUIET                  = NO
+QUIET                  = YES
 
 # The WARNINGS tag can be used to turn on/off the warning messages that are
 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
@@ -875,7 +875,8 @@ 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       = */doxy/*
+EXCLUDE_PATTERNS       = */bindings/* \
+                         */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