]> sigrok.org Git - libsigrok.git/blobdiff - bindings/cxx/Doxyfile
Fix an issue when building in directories that are symlinks.
[libsigrok.git] / bindings / cxx / Doxyfile
index b4fd9a1ffa1f2e1d0eeff3f041fe286669dd48f4..de1db0cf5e86710a933fd8a67d2cd5361ed62de1 100644 (file)
@@ -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
@@ -743,7 +743,8 @@ WARN_LOGFILE           =
 # spaces.
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = include/libsigrok/libsigrok.hpp
+INPUT                  = $(SRCDIR)include/libsigrokcxx/libsigrokcxx.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