From 6928112771179025273681227747443208756375 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 30 Oct 2024 15:18:07 -0400 Subject: Update notices for new doxygen version --- api-docs/cppdocs/build_min_docs.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'api-docs/cppdocs/build_min_docs.py') diff --git a/api-docs/cppdocs/build_min_docs.py b/api-docs/cppdocs/build_min_docs.py index 3448d153..90d2aa2b 100644 --- a/api-docs/cppdocs/build_min_docs.py +++ b/api-docs/cppdocs/build_min_docs.py @@ -5,9 +5,11 @@ # This allows shipping a few thousand fewer files in updates including C++ documentation. # # Usage: -# install doxygen 1.9.4 (or this script will not work. running minification on a different version can cause -# real issues.) -# python3 build_min_docs.py +# install doxygen 1.12.0 +# +# make html +# OR +# make docset # =-=-- __DOXYGEN_REQUIRED_VERSION__ = "1.12.0" -- cgit v1.3.1