X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=bindings%2Fjava%2FDoxyfile;h=a32e480b7a616cfebd0667ee79c901277ad5e71d;hb=52ff4f6a04cbdb966ee538bd447ae206215b528a;hp=625bb10659b1b3d6afe44c5dc78aa6333b88acfe;hpb=ac0db24ad4b4e13c2bd9b0b5030dd31d4d8a4c55;p=libsigrok.git diff --git a/bindings/java/Doxyfile b/bindings/java/Doxyfile index 625bb106..a32e480b 100644 --- a/bindings/java/Doxyfile +++ b/bindings/java/Doxyfile @@ -58,7 +58,7 @@ PROJECT_LOGO = ../../contrib/sigrok-logo-notext.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 @@ -743,7 +743,7 @@ WARN_LOGFILE = # spaces. # Note: If this tag is empty the current directory is searched. -INPUT = org/sigrok/core +INPUT = org/sigrok/core $(BUILDDIR)org/sigrok/core # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses