Searched +full:doxygen +full:- +full:version (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 4 # 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 …]
|
D | gen_doc.sh | 2 # 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-latest/Documentation/ |
D | README.md | 1 # 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-latest/.github/workflows/ |
D | pack.yml | 11 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-latest/Documentation/Doxygen/style_template/ |
D | header.html | 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 …]
|
D | layout.xml | 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 …]
|
/cmsis-dsp-latest/ |
D | gen_pack.sh | 2 # 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 76 # - full Tag annotations, release descriptions, or commit messages (in order) [all …]
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | basic.hpp | 1 // -*- C++ -*- 9 #ifdef DOXYGEN 46 v.vector_store_tail(i,l-i,inner::vconst_tail(val,inner::vctpq<T>::mk(l-i))); in _Fill() 76 // In future version this may be estimated from the in _Fill2D() 82 for(; row <= rows-U;row += U) in _Fill2D() 90 … v.matrix_store_tail(row+k,col,cols-col,inner::vconst_tail(val,inner::vctpq<T>::mk(cols-col))); in _Fill2D() 101 … v.matrix_store_tail(row,col,cols-col,inner::vconst_tail(val,inner::vctpq<T>::mk(cols-col))); in _Fill2D() 133 v.vector_store_tail(i,l-i,other.vector_op_tail(i,l-i)); in eval() 163 constexpr int RU = 5 - Complexity<DB>::value; in eval2D() 168 for(; row <= rows-U;row += U) in eval2D() [all …]
|