Skip to content

Commit f9fa032

Browse files
author
Dane Springmeyer
committed
1 parent a97b659 commit f9fa032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ make distclean
4545
# This skel uses documentation.js to auto-generate API docs.
4646
# If you'd like to generate docs for your code, you'll need to install documentation.js,
4747
# and then add your subdirectory to the docs command in package.json
48-
npm install -g documentation
48+
npm install -g documentation@4.0.0
4949
npm run docs
5050
```
5151

52+
NOTE: we are pinned to `[email protected]` because 5.x removed C++ support: https://github.com/documentationjs/documentation/blob/master/CHANGELOG.md#500-2017-07-27
53+
5254
### Customizing the compiler toolchain
5355

5456
By default we use `clang++` via [mason](https://github.com/mapbox/mason). The reason we do this is:

0 commit comments

Comments
 (0)