Home
last modified time | relevance | path

Searched +full:doxygen +full:- +full:version (Results 1 – 7 of 7) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/
Ddsp.dxy.in4 # doxygen (www.doxygen.org) for a project.
17 # Use doxygen to compare the used configuration file with the template
19 # doxygen -x [configFile]
20 # Use doxygen to compare the used configuration file with the template
23 # doxygen -x_noenv [configFile]
25 #---------------------------------------------------------------------------
27 #---------------------------------------------------------------------------
30 # file that follow. The default is UTF-8 which is also the encoding used for all
31 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
34 # The default value is: UTF-8.
[all …]
Dgen_doc.sh2 # Version: 3.0
3 # Date: 2023-11-06
4 # This bash script generates CMSIS-DSP Documentation:
6 # Pre-requisites:
7 # - bash shell (for Windows: install git for Windows)
8 # - doxygen 1.9.6
9 # - linkchecker (can be skipped with -s)
11 set -o pipefail
13 # Set version of gen pack library
14 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
[all …]
/cmsis-dsp-3.7.0-3.6.0/Documentation/
DREADME.md1 # CMSIS-DSP Documentation
3 CMSIS-DSP Documentation in HTML format is published online at [https://arm-software.github.io/CMSIS
5 The version drop-down menu there allows to switch between the documentation provided with offical r…
7 …umentation source is maintained in `Documentation/Doxygen/` folder as a mixture of markdown and do…
9 Generating the HTML-formatted documentation from the source is done with `gen_doc.sh` script:
12 CMSIS-DSP $ ./Documentation/Doxygen/gen_doc.sh
15 The script expects specific version of [doxygen](https://www.doxygen.nl/) to be installed locally. …
/cmsis-dsp-3.7.0-3.6.0/.github/workflows/
Dpack.yml11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v4
21 fetch-depth: 0
23 - name: Fetch tags
25 git fetch --tags --force
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
29 doxygen-version: 1.9.6
30 packchk-version: 1.4.1
[all …]
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/style_template/
Dheader.html1 <!-- HTML header for doxygen 1.9.6-->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xh…
5 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
6 <meta http-equiv="X-UA-Compatible" content="IE=11"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
9 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
10 <!--BEGIN DISABLE_INDEX-->
11 <!--BEGIN FULL_SIDEBAR-->
13 <!--END FULL_SIDEBAR-->
[all …]
Dlayout.xml1 <doxygenlayout version="1.0">
2 <!-- Generated by doxygen 1.9.6 -->
3 <!-- Navigation index tabs for HTML output -->
41 <!-- Layout definition for a class page -->
100 <!-- Layout definition for a namespace page -->
132 <!-- Layout definition for a concept page -->
140 <!-- Layout definition for a file page -->
178 <!-- Layout definition for a group page -->
194 <!--- commented to avoid double entries -->
195 <!--- <enumvalues title=""/> -->
[all …]
/cmsis-dsp-3.7.0-3.6.0/
Dgen_pack.sh2 # Version: 3.0
3 # Date: 2023-11-06
4 # This bash script generates a CMSIS-DSP Software Pack:
7 set -o pipefail
9 # Set version of gen pack library
10 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
15 DEFAULT_ARGS=(-c "v")
17 # Pack warehouse directory - destination
51 Documentation/Doxygen
75 # - full Tag annotations, release descriptions, or commit messages (in order)
[all …]