]> begriffs open source - cmsis/commit
Update develop documentation on gh-pages using gh-action.
authorJonatan Antoni <jonatan.antoni@arm.com>
Wed, 5 May 2021 16:19:03 +0000 (18:19 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Thu, 6 May 2021 10:16:23 +0000 (12:16 +0200)
commit6e7de19325aabefe56754ac83c489ce91fe225e5
tree5b9d74cd5b021315caa9e048bc901c5892477c28
parent77b55b2c4fbb9fd6763c9faf21de4f022a9c49f1
Update develop documentation on gh-pages using gh-action.
- Add gh-action workflows.
- Remove old build batches as they are not platform
  independent.
- Add new build bash script.
- Fix all dxy files to use quotes around project name.
- Move footer text (timestamp) into single js file so that
  regenerating documentation doesn't affect unchanged html
  files.
17 files changed:
.github/workflows/gh-pages.yaml [new file with mode: 0644]
CMSIS/DoxyGen/Core/doxygen_core.bat [deleted file]
CMSIS/DoxyGen/Core/doxygen_core_CM0-7.bat [deleted file]
CMSIS/DoxyGen/Core_A/doxygen_core_A.bat [deleted file]
CMSIS/DoxyGen/Doxygen_Templates/_cp_search.bat [deleted file]
CMSIS/DoxyGen/Doxygen_Templates/cmsis_footer.html
CMSIS/DoxyGen/Doxygen_Templates/cmsis_footer.js [new file with mode: 0644]
CMSIS/DoxyGen/Doxygen_Templates/cmsis_header.html
CMSIS/DoxyGen/Driver/Driver.dxy
CMSIS/DoxyGen/Driver/doxygen_driver.bat [deleted file]
CMSIS/DoxyGen/General/doxygen_general.bat [deleted file]
CMSIS/DoxyGen/General/general.dxy
CMSIS/DoxyGen/RTOS2/doxygen_rtos.bat [deleted file]
CMSIS/DoxyGen/RTOS2/doxygen_rtos_CM0-7.bat [deleted file]
CMSIS/DoxyGen/RTOS2/rtos.dxy
CMSIS/DoxyGen/RTOS2/rtos_CM0-7.dxy
CMSIS/DoxyGen/gen_doc.sh [new file with mode: 0755]