summaryrefslogtreecommitdiff
path: root/doc/libdatastruct/index.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-16 13:25:03 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-16 13:25:03 +0000
commitdd174c64d5f91debf561a0266b18989696d3eaf8 (patch)
tree7e7b6a9fd0275336b0786655886b18f229c216a0 /doc/libdatastruct/index.html
parent6bae0b3d69c7968586afc73827b5844c6a23873f (diff)
downloadskalibs-dd174c64d5f91debf561a0266b18989696d3eaf8.tar.xz
Add genqdyn doc
Diffstat (limited to 'doc/libdatastruct/index.html')
-rw-r--r--doc/libdatastruct/index.html8
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>:&nbsp;dynamically allocated queues for generic objects </li>
+ <li> FIXME: To be completed </li>
+</ul>
+
</body>
</html>