@@ -279,24 +279,22 @@ TAB_SIZE = 8
279
279
# with the commands \{ and \} for these it is advised to use the version @{ and
280
280
# @} or use a double escape (\\{ and \\})
281
281
282
- ALIASES = "rst=\verbatim embed:rst:leading-asterisk" \
283
- endrst=\endverbatim \
284
- "kconfig{1}=\htmlonly <code>\1</code> \endhtmlonly \xmlonly <verbatim>embed:rst:inline :kconfig:option:`\1`</verbatim> \endxmlonly" \
282
+ ALIASES = "kconfig{1}=\verbatim \1 \endverbatim" \
285
283
"req{1}=\ref ZEPH_\1 \"ZEPH-\1\"" \
286
284
"satisfy{1}=\xrefitem satisfy \"Satisfies requirement\" \"Requirement Implementation\" \1" \
287
285
"verify{1}=\xrefitem verify \"Verifies requirement\" \"Requirement Verification\" \1" \
288
286
"kconfig_dep{1}=\attention Available only when the following Kconfig option is enabled: \kconfig{\1}." \
289
287
"kconfig_dep{2}=\attention Available only when the following Kconfig options are enabled: \kconfig{\1}, \kconfig{\2}." \
290
288
"kconfig_dep{3}=\attention Available only when the following Kconfig options are enabled: \kconfig{\1}, \kconfig{\2}, \kconfig{\3}." \
291
289
"funcprops=\par \"Function properties (list may not be complete)\"" \
292
- "reschedule=\htmlonly reschedule \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_reschedule`</verbatim> \endxmlonly " \
293
- "sleep=\htmlonly sleep \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_sleep`</verbatim> \endxmlonly " \
294
- "no_wait=\htmlonly no-wait \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_no-wait`</verbatim> \endxmlonly " \
295
- "isr_ok=\htmlonly isr-ok \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_isr-ok`</verbatim> \endxmlonly " \
296
- "pre_kernel_ok=\htmlonly pre-kernel-ok \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_pre-kernel-ok`</verbatim> \endxmlonly " \
297
- "async=\htmlonly async \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_async`</verbatim> \endxmlonly " \
290
+ "reschedule=\qualifier reschedule" \
291
+ "sleep=\qualifier sleep" \
292
+ "no_wait=\qualifier no-wait" \
293
+ "isr_ok=\qualifier isr-ok" \
294
+ "pre_kernel_ok=\qualifier pre-kernel-ok" \
295
+ "async=\qualifier async" \
298
296
"atomic_api=As for all atomic APIs, includes a full/sequentially-consistent memory barrier (where applicable)." \
299
- "supervisor=\htmlonly supervisor \endhtmlonly \xmlonly <verbatim>embed:rst:inline :ref:`api_term_supervisor`</verbatim> \endxmlonly "
297
+ "supervisor=\qualifier supervisor"
300
298
301
299
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
302
300
# only. Doxygen will then generate output that is more tailored for C. For
0 commit comments