X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=bindings%2Fcxx%2FDoxyfile;h=7d35ae9b2f23d2213c423b8a253f598cabc747ee;hb=f083ae63c7355b9b1d99775785b99b6fa91cd48a;hp=8008db2fba1e9fe7199e631b38649e84cb59c5c7;hpb=0bcdeb90c4d689a8d51797c266c76946619f482e;p=libsigrok.git diff --git a/bindings/cxx/Doxyfile b/bindings/cxx/Doxyfile index 8008db2f..7d35ae9b 100644 --- a/bindings/cxx/Doxyfile +++ b/bindings/cxx/Doxyfile @@ -51,7 +51,7 @@ PROJECT_BRIEF = "C++ bindings for libsigrok" # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo # to the output directory. -PROJECT_LOGO = ../../contrib/sigrok-logo-notext.png +PROJECT_LOGO = ../../contrib/libsigrok_112x112.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -580,7 +580,7 @@ STRICT_PROTO_MATCHING = NO # documentation. # The default value is: YES. -GENERATE_TODOLIST = YES +GENERATE_TODOLIST = NO # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the # test list. This list is created by putting \test commands in the @@ -744,7 +744,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = include/libsigrokcxx/libsigrokcxx.hpp \ - include/libsigrokcxx/enums.hpp + $(BUILDDIR)include/libsigrokcxx/enums.hpp # 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