Christophe Favergeon a4e82f8166 Improvements to dsppp doxygen documentation 2 лет назад
..
Doxygen a4e82f8166 Improvements to dsppp doxygen documentation 2 лет назад
README.md a322b5b5e3 Doc: updated to gen_pack v0.9.1 flow with Doxygen 1.9.6 2 лет назад
index.html a322b5b5e3 Doc: updated to gen_pack v0.9.1 flow with Doxygen 1.9.6 2 лет назад
version.js a322b5b5e3 Doc: updated to gen_pack v0.9.1 flow with Doxygen 1.9.6 2 лет назад

README.md

CMSIS-DSP Documentation

CMSIS-DSP Documentation in HTML format is published online at https://arm-software.github.io/CMSIS-DSP.

The version drop-down menu there allows to switch between the documentation provided with offical releases and the latest draft documentation for the main branch.

The documentation source is maintained in Documentation/Doxygen/ folder as a mixture of markdown and doxygen formats. Component source files, templates and examples may also contribute information that gets integrated into the final documentation.

Generating the HTML-formatted documentation from the source is done with gen_doc.sh script:

CMSIS-DSP $ ./Documentation/Doxygen/gen_doc.sh

The script expects specific version of doxygen to be installed locally. After successful execution the resulting documentation package is then available in ./Documentation/html/.