commit | 446432a9ac717b0d9974c0787c54ed97b7894f78 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Thu Mar 04 19:48:14 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Apr 28 14:32:39 2021 -0400 |
tree | e66642a0a82c911969e6f66d839633b6b449e30c | |
parent | e5eb1b179de8ccd3cbc6562ee5b5c424d8291f4a [diff] |
doc: doxygen: add support for function properties Add aliases for setting function properties. A function may have 0, one or more function properties. Example usage: @funcprops \isr_ok, \async These aliases will translate to API Terminology references when Doxygen is rendered on Sphinx. On the Doxygen side they will just translate to plain text. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>