docs: changed headers.
This commit is contained in:
parent
a0577471e2
commit
a5201deaee
10 changed files with 31 additions and 31 deletions
|
|
@ -1,18 +1,18 @@
|
|||
Queue
|
||||
-----
|
||||
=====
|
||||
|
||||
Simple FIFO queue allowing enqueueing and dequeing from the start and end. +
|
||||
This implementation only stores generic pointers to objects.
|
||||
So you must take care of the objects lifetime, size etc by yourself.
|
||||
|
||||
Data structures
|
||||
~~~~~~~~~~~~~~~
|
||||
---------------
|
||||
|
||||
* `queue_t`
|
||||
An abstract datatype holding the queue, used by queue_* functions.
|
||||
|
||||
Functions
|
||||
~~~~~~~~~
|
||||
---------
|
||||
|
||||
`queue_init()`::
|
||||
|
||||
|
|
|
|||
Reference in a new issue