Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Info.plist | D | 12-May-2024 | 607 | 21 | 20 | |
Makefile | D | 12-May-2024 | 1.2 KiB | 22 | 14 | |
README.md | D | 12-May-2024 | 429 | 14 | 9 | |
docSet.sql | D | 12-May-2024 | 16.9 KiB | 156 | 149 |
README.md
1# docset 2 3The folder contains the required files to create a [docset](https://kapeli.com/docsets) which can be used in 4documentation browsers like [Dash](https://kapeli.com/dash), [Velocity](https://velocity.silverlakesoftware.com), or 5[Zeal](https://zealdocs.org). 6 7The docset can be created with 8 9```sh 10make nlohmann_json.docset 11``` 12 13The generated folder `nlohmann_json.docset` can then be opened in the documentation browser. 14