diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 13:25:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-16 13:25:03 +0000 |
commit | dd174c64d5f91debf561a0266b18989696d3eaf8 (patch) | |
tree | 7e7b6a9fd0275336b0786655886b18f229c216a0 /doc/libdatastruct/index.html | |
parent | 6bae0b3d69c7968586afc73827b5844c6a23873f (diff) | |
download | skalibs-dd174c64d5f91debf561a0266b18989696d3eaf8.tar.xz |
Add genqdyn doc
Diffstat (limited to 'doc/libdatastruct/index.html')
-rw-r--r-- | doc/libdatastruct/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/libdatastruct/index.html b/doc/libdatastruct/index.html index 2ecf854..a0cf918 100644 --- a/doc/libdatastruct/index.html +++ b/doc/libdatastruct/index.html @@ -34,8 +34,14 @@ lists and AVL trees, in a memory-efficient and CPU-efficient way. <h2> Programming </h2> <p> -FIXME: to be completed. + <tt>skalibs/datastruct.h</tt> is a collection of several headers, each +one defining a specific data structure and providing functions to work on it. </p> +<ul> + <li> <a href="genqdyn.html"><tt>skalibs/genqdyn.h</tt></a>: dynamically allocated queues for generic objects </li> + <li> FIXME: To be completed </li> +</ul> + </body> </html> |