]> begriffs open source - cmsis/blob - CMSIS/Documentation/Doxygen/Doxygen_Templates/footer.js.in
Doc: addressed review feedback, and moved Doxygen/ to Documentation/
[cmsis] / CMSIS / Documentation / Doxygen / Doxygen_Templates / footer.js.in
1 function writeHeader() {
2     document.write('Version {projectNumber}');
3 };
4
5 function writeFooter()  {
6     document.write('Generated on {datetime} for {projectName} {projectNumberFull}. Copyright © {year} Arm Limited (or its affiliates). All rights reserved.');
7 };