summaryrefslogtreecommitdiff
path: root/api-docs/cppdocs/README.md
diff options
context:
space:
mode:
authorkat <katherine@vector35.com>2022-10-23 05:27:30 -0400
committerPeter LaFosse <peter@vector35.com>2022-11-10 16:19:13 -0500
commit2e74d0a19579c8f5dee38c5b8a7660549746146b (patch)
treedb478b838d1d02bfce2d0cdac19150e1f42fccfe /api-docs/cppdocs/README.md
parentef840b45be92f50fc9e708977efd6b2dcc259ba0 (diff)
Several documentation improvements and fixes
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
Diffstat (limited to 'api-docs/cppdocs/README.md')
-rw-r--r--api-docs/cppdocs/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/api-docs/cppdocs/README.md b/api-docs/cppdocs/README.md
index 56412839..615518ee 100644
--- a/api-docs/cppdocs/README.md
+++ b/api-docs/cppdocs/README.md
@@ -19,6 +19,8 @@ The theme for our documentation works best with doxygen 1.9.0 - 1.9.4
### macOS (Homebrew)
```
-wget https://raw.githubusercontent.com/Homebrew/homebrew-core/41828ee36b96e35b63b2a4c8cfc2df2c3728944a/Formula/doxygen.rb`
-brew install ./doxygen.rb
+$ wget https://raw.githubusercontent.com/Homebrew/homebrew-core/41828ee36b96e35b63b2a4c8cfc2df2c3728944a/Formula/doxygen.rb
+$ shasum -a 256 doxygen.rb
+4d1294c815cf0f76c55b14c5f47c25f523bd860a7cc9b077cce9589d84678396 doxygen.rb
+$ brew install ./doxygen.rb
```