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>
This commit is contained in:
parent
423f344fab
commit
38914679f2
3 changed files with 7 additions and 6 deletions
|
@ -379,8 +379,8 @@ struct k_thread;
|
|||
* The @a options parameter indicates which floating point register sets
|
||||
* will be used by the specified thread:
|
||||
*
|
||||
* a) K_FP_REGS indicates x87 FPU and MMX registers only
|
||||
* b) K_SSE_REGS indicates SSE registers (and also x87 FPU and MMX registers)
|
||||
* - K_FP_REGS indicates x87 FPU and MMX registers only
|
||||
* - K_SSE_REGS indicates SSE registers (and also x87 FPU and MMX registers)
|
||||
*
|
||||
* Invoking this routine initializes the thread's floating point context info
|
||||
* to that of an FPU that has been reset. The next time the thread is scheduled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue