commit | dc8cedef1b097babf64e66242da4e372e6980574 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Wed Dec 13 09:20:13 2023 +0100 |
committer | Joakim Bech <joakim.bech@linaro.org> | Wed Dec 13 09:48:39 2023 +0100 |
tree | 6c27b6f372dfb77fb022057a8055f35c8573a3a7 | |
parent | b58da0629dd79680b83baa0505429eb9999bf37a [diff] |
core: fix bad space char in native interrupt API description Removes non-ASCII characters 0xc2 0xa0 and fix indentation with space chars 0x20 in core native interrupts API function description. Documentation rendering was affected by these characters. Fixes: eda1e0fd8bb4 ("core: using native interrupt handlers") Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
This is official documentation for the OP-TEE project. Before OP-TEE v3.5.0 it used to be spread across all different OP-TEE gits making up the OP-TEE project as well as optee.org. But starting with OP-TEE v3.5.0 we have gathered all documentation at single place (i.e., this git).
Even though GitHub renders *.rst
somewhat OK, you are not suppossed to browse the documentation there/here. Instead you should go to optee.readthedocs.io, where you will find the complete documentation rendered using Sphinx.