X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=Doxyfile_internal;h=d928b2561225acb231ac17c26f498e530c57983b;hp=ea1aeb906794d0b8330e35d12b769f0f089bbe47;hb=22fdb67fa0714c11cc0a58ee1423f55d18a4f080;hpb=e2bd01f4a7cd7a8057e03123d2ef1782b2d6c1d4 diff --git a/Doxyfile_internal b/Doxyfile_internal index ea1aeb90..d928b256 100644 --- a/Doxyfile_internal +++ b/Doxyfile_internal @@ -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