doc: Fix headings of the API documentation.
Removes the Auto-generated text from the main heading. Changes the headings to the consistent hierarchy used elsewhere in the documentation. Change-Id: I146e4d7ac280b4a3bb81fc3263f826637a8bf08f Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0c2e25f73e
commit
8f1e55044b
1 changed files with 20 additions and 20 deletions
|
@ -1,121 +1,121 @@
|
||||||
.. _api:
|
.. _api:
|
||||||
|
|
||||||
Auto-generated API Documentation
|
API Documentation
|
||||||
################################
|
#################
|
||||||
|
|
||||||
Nanokernel
|
Nanokernel
|
||||||
==========
|
**********
|
||||||
|
|
||||||
Fibers
|
Fibers
|
||||||
--------
|
======
|
||||||
|
|
||||||
.. doxygengroup:: nanokernel_fiber
|
.. doxygengroup:: nanokernel_fiber
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Semaphores
|
Semaphores
|
||||||
-----------
|
==========
|
||||||
|
|
||||||
.. doxygengroup:: nanokernel_semaphore
|
.. doxygengroup:: nanokernel_semaphore
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
LIFOs
|
LIFOs
|
||||||
-----------
|
=====
|
||||||
|
|
||||||
.. doxygengroup:: nanokernel_lifo
|
.. doxygengroup:: nanokernel_lifo
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
FIFOs
|
FIFOs
|
||||||
-----------
|
=====
|
||||||
|
|
||||||
.. doxygengroup:: nanokernel_fifo
|
.. doxygengroup:: nanokernel_fifo
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Stacks
|
Stacks
|
||||||
-----------
|
======
|
||||||
|
|
||||||
.. doxygengroup:: nanokernel_stack
|
.. doxygengroup:: nanokernel_stack
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Timers
|
Timers
|
||||||
-----------
|
======
|
||||||
|
|
||||||
.. doxygengroup:: nanokernel_timer
|
.. doxygengroup:: nanokernel_timer
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Microkernel
|
Microkernel
|
||||||
===========
|
***********
|
||||||
|
|
||||||
Events
|
Events
|
||||||
-------
|
======
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_event
|
.. doxygengroup:: microkernel_event
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
FIFOs
|
FIFOs
|
||||||
-----
|
=====
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_fifo
|
.. doxygengroup:: microkernel_fifo
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Pipes
|
Pipes
|
||||||
-----
|
=====
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_pipe
|
.. doxygengroup:: microkernel_pipe
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Interrupt Services
|
Interrupt Services
|
||||||
------------------
|
==================
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_irq
|
.. doxygengroup:: microkernel_irq
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Mailboxes
|
Mailboxes
|
||||||
------------------
|
=========
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_mailbox
|
.. doxygengroup:: microkernel_mailbox
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Memory Maps
|
Memory Maps
|
||||||
------------
|
===========
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_memorymap
|
.. doxygengroup:: microkernel_memorymap
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Mutexes
|
Mutexes
|
||||||
---------
|
=======
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_mutex
|
.. doxygengroup:: microkernel_mutex
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Semaphores
|
Semaphores
|
||||||
-----------
|
==========
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_semaphore
|
.. doxygengroup:: microkernel_semaphore
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Timers
|
Timers
|
||||||
-----------
|
======
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_timer
|
.. doxygengroup:: microkernel_timer
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
:content-only:
|
:content-only:
|
||||||
|
|
||||||
Tasks
|
Tasks
|
||||||
-----------
|
=====
|
||||||
|
|
||||||
.. doxygengroup:: microkernel_task
|
.. doxygengroup:: microkernel_task
|
||||||
:project: Zephyr
|
:project: Zephyr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue