summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandr Mezin <mezin.alexander@gmail.com>2019-12-22 09:39:11 +0600
committerLudovic Rousseau <ludovic.rousseau@free.fr>2019-12-22 15:43:03 +0100
commitb454b9a4d3f9b55ea26cd28c8bfe4dc547b6e1cb (patch)
tree5f1cba67a95d7c01266496c30155449e34752c0c
parentf20f2be7825e34b5273af17fc0740c60bd352b32 (diff)
downloadlibusb-b454b9a4d3f9b55ea26cd28c8bfe4dc547b6e1cb.tar.gz
Set project name for doxygen
Currently, generated documentation shows `My Project` as the title: see http://libusb.sourceforge.net/api-1.0/index.html Set it to `libusb`. Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
-rw-r--r--doc/doxygen.cfg.in2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/doxygen.cfg.in b/doc/doxygen.cfg.in
index d24ff9c..957e0f8 100644
--- a/doc/doxygen.cfg.in
+++ b/doc/doxygen.cfg.in
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
-PROJECT_NAME =
+PROJECT_NAME = libusb
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 1764dec..adf20b4 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11413
+#define LIBUSB_NANO 11414