Searched +full:doxygen +full:- +full:version (Results 1 – 7 of 7) sorted by relevance
4 # doxygen (www.doxygen.org) for a project.17 # Use doxygen to compare the used configuration file with the template19 # doxygen -x [configFile]20 # Use doxygen to compare the used configuration file with the template23 # doxygen -x_noenv [configFile]25 #---------------------------------------------------------------------------27 #---------------------------------------------------------------------------30 # file that follow. The default is UTF-8 which is also the encoding used for all31 # text before the first occurrence of this tag. Doxygen uses libiconv (or the34 # The default value is: UTF-8.[all …]
2 # Version: 3.03 # Date: 2023-11-064 # This bash script generates CMSIS-DSP Documentation:6 # Pre-requisites:7 # - bash shell (for Windows: install git for Windows)8 # - doxygen 1.9.69 # - linkchecker (can be skipped with -s)11 set -o pipefail13 # Set version of gen pack library14 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.[all …]
1 # CMSIS-DSP Documentation3 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.sh15 The script expects specific version of [doxygen](https://www.doxygen.nl/) to be installed locally. …
11 group: ${{ github.workflow }}-${{ github.ref }}12 cancel-in-progress: true17 runs-on: ubuntu-22.0419 - uses: actions/checkout@v421 fetch-depth: 023 - name: Fetch tags25 git fetch --tags --force27 - uses: Open-CMSIS-Pack/gen-pack-action@main29 doxygen-version: 1.9.630 packchk-version: 1.4.1[all …]
1 <!-- 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 …]
1 <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 …]
2 # Version: 3.03 # Date: 2023-11-064 # This bash script generates a CMSIS-DSP Software Pack:7 set -o pipefail9 # Set version of gen pack library10 # For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.15 DEFAULT_ARGS=(-c "v")17 # Pack warehouse directory - destination51 Documentation/Doxygen75 # - full Tag annotations, release descriptions, or commit messages (in order)[all …]