Lines Matching +full:doxygen +full:- +full:version
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)
77 # - release Tag annotations, or release descriptions (in order)
78 # - tag Tag annotations only
83 # custom pre-processing steps
91 ./Documentation/Doxygen/gen_doc.sh
96 # custom post-processing steps
110 # Set GEN_PACK_LIB_PATH to use a specific gen-pack library root
112 if [[ -f "${GEN_PACK_LIB_PATH}/gen-pack" ]]; then
113 . "${GEN_PACK_LIB}/gen-pack"
115 . <(curl -sL "https://raw.githubusercontent.com/Open-CMSIS-Pack/gen-pack/main/bootstrap")