diff options
| author | Glenn Smith <glenn@vector35.com> | 2024-10-30 15:18:07 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2024-10-30 15:18:07 -0400 |
| commit | 6928112771179025273681227747443208756375 (patch) | |
| tree | 71cb29c8f95669038b8ec3d22a43dc45398acd60 /api-docs/cppdocs/build_min_docs.py | |
| parent | d505d61fa4f709c1a8767baa07c9e5f3277e728a (diff) | |
Update notices for new doxygen version
Diffstat (limited to 'api-docs/cppdocs/build_min_docs.py')
| -rw-r--r-- | api-docs/cppdocs/build_min_docs.py | 8 |
1 files changed, 5 insertions, 3 deletions
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" |
