X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=bindings%2Fpython%2FDoxyfile;h=0dd5d070a373f34e147e93e5860f3ec939279c49;hb=2c3c9b999cd5c1130afeeee4094400592c9e1bde;hp=b1845da318f8e84d4c9eb7a142a57a18f97549db;hpb=ac0db24ad4b4e13c2bd9b0b5030dd31d4d8a4c55;p=libsigrok.git diff --git a/bindings/python/Doxyfile b/bindings/python/Doxyfile index b1845da3..0dd5d070 100644 --- a/bindings/python/Doxyfile +++ b/bindings/python/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 = sigrok/core/classes.py +INPUT = $(BUILDDIR)sigrok/core/classes.py # 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