docs/api/Doxyfile.cmake - set PROJECT_NUMBER to major.minor

don't use the patch level in the PROJECT_NUMBER
This commit is contained in:
Allen Winter
2021-06-08 09:19:25 -04:00
parent 9de0868c74
commit 80d48adc07

View File

@@ -38,7 +38,7 @@ PROJECT_NAME = "KDDockWidgets API Documentation"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = @KDDockWidgets_VERSION@
PROJECT_NUMBER = @KDDockWidgets_VERSION_MAJOR@.@KDDockWidgets_VERSION_MINOR@
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a