We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf10718 commit 7b3dd94Copy full SHA for 7b3dd94
Doxyfile
@@ -1603,7 +1603,7 @@ TOC_EXPAND = NO
1603
# protocol see https://www.sitemaps.org
1604
# This tag requires that the tag GENERATE_HTML is set to YES.
1605
1606
-SITEMAP_URL = https://mongocxx.org/api/mongocxx-4.1.3/
+SITEMAP_URL = https://mongocxx.org/api/mongocxx-4.1.4/
1607
1608
# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
1609
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
etc/generate-latest-apidocs.sh
@@ -10,7 +10,7 @@
10
set -o errexit
11
set -o pipefail
12
13
-LATEST_VERSION="4.1.3"
+LATEST_VERSION="4.1.4"
14
DOXYGEN_VERSION_REQUIRED="1.14.0"
15
16
# Permit using a custom Doxygen binary.
0 commit comments