| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| Doxygen/ | 18-Mar-2025 | - | 78,900 | 55,241 | ||
| images/ | 18-Mar-2025 | - | ||||
| Overview.md | D | 18-Mar-2025 | 2.4 KiB | 43 | 26 | |
| README.md | D | 18-Mar-2025 | 989 | 16 | 9 | |
| index.html | D | 18-Mar-2025 | 508 | 15 | 11 | |
| version.js | D | 18-Mar-2025 | 35 | 2 | 1 |
README.md
1# CMSIS 6 Documentation 2 3CMSIS 6 Documentation in HTML format is published online at [https://arm-software.github.io/CMSIS_6](https://arm-software.github.io/CMSIS_6). 4 5The version drop-down menu in the "Overview" book allows to switch between the documentation provided with official releases and the latest draft documentation for the main branch. 6 7The documentation source is maintained in `/CMSIS/Documentation/Doxygen/` folder as a mixture of markdown and doxygen formats. Software source and header files, templates and examples may also contribute information that gets integrated into the final documentation. 8 9Generating the HTML-formatted documentation from the source is done with `gen_doc.sh` script: 10 11```sh 12CMSIS_6 $ ./CMSIS/Documentation/Doxygen/gen_doc.sh 13``` 14 15The script expects specific version of [doxygen](https://www.doxygen.nl/) to be installed locally. After successful execution the resulting documentation package is then available in `./CMSIS/Documentation/html/`. 16