zephyr/include/arch/arm
David B. Kinder 38914679f2 doc: fix ordered lists in doxygen comments
doxygen does not support ordered (numbered) lists using reST syntax
``1)`` or ``a)`` unless the doxygen comments are bounded by ``@rst`` and
``@endrst`` markers.  The "doxygen" way to do ordered lists is to use
``-#``.  This PR cleans this up for our API documentation.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2019-11-20 17:46:35 -05:00
..
cortex_m arm: remove unused header 2019-11-07 15:21:46 -08:00
cortex_r linker: move where we define _LINKER and _ASMLANGUAGE 2019-11-03 12:55:16 +01:00
arch.h doc: fix ordered lists in doxygen comments 2019-11-20 17:46:35 -05:00
asm_inline_gcc.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
asm_inline.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
error.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
exc.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
irq.h arch: arm: Inline arch_isr_direct_header. 2019-11-08 12:23:05 +01:00
misc.h kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
nmi.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
syscall.h arch: arm: userspace: add ip to clobber list in arch_syscall_invokeX 2019-11-18 18:01:03 -06:00
thread.h headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00