summaryrefslogtreecommitdiff
path: root/doc/libstddjb
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-07-23 16:43:57 +0000
committerLaurent Bercot <ska@appnovation.com>2021-07-23 16:43:57 +0000
commitdd6bb6c6b8298ebeff2d1882becb36580b969d6f (patch)
tree3d922a5791e7e34e2b041ea5f3489360bfa798e1 /doc/libstddjb
parent122f9363682e5de8ce4056c4c05c1eaf8935cf19 (diff)
downloadskalibs-dd6bb6c6b8298ebeff2d1882becb36580b969d6f.tar.xz
New 2.11.0.0 branch with several modifications
- libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/libstddjb')
-rw-r--r--doc/libstddjb/cdbmake.html (renamed from doc/libstddjb/cdb_make.html)8
-rw-r--r--doc/libstddjb/index.html2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/libstddjb/cdb_make.html b/doc/libstddjb/cdbmake.html
index 767601b..1ff9cbe 100644
--- a/doc/libstddjb/cdb_make.html
+++ b/doc/libstddjb/cdbmake.html
@@ -3,9 +3,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Language" content="en" />
- <title>skalibs: the cdb_make header</title>
- <meta name="Description" content="skalibs: the cdb_make header" />
- <meta name="Keywords" content="skalibs header cdb_make constant database map hashmap writing" />
+ <title>skalibs: the cdbmake header</title>
+ <meta name="Description" content="skalibs: the cdbmake header" />
+ <meta name="Keywords" content="skalibs header cdbmake cdb constant database map hashmap writing" />
<!-- <link rel="stylesheet" type="text/css" href="//skarnet.org/default.css" /> -->
</head>
<body>
@@ -18,7 +18,7 @@
<a href="//skarnet.org/">skarnet.org</a>
</p>
-<h1> The <tt>skalibs/cdb_make.h</tt> header </h1>
+<h1> The <tt>skalibs/cdbmake.h</tt> header </h1>
<p>
TODO: write this documentation page. (Sorry!)
diff --git a/doc/libstddjb/index.html b/doc/libstddjb/index.html
index 2947530..e10482e 100644
--- a/doc/libstddjb/index.html
+++ b/doc/libstddjb/index.html
@@ -55,7 +55,7 @@ wrappers</a> around I/O functions, extra I/O functions </li>
<li> <a href="bytestr.html">skalibs/bytestr.h</a>: basic operations on strings and byte arrays </li>
<li> <a href="cdb.html">skalibs/cdb.h</a>: how to read
<a href="https://en.wikipedia.org/wiki/Cdb_%28software%29">cdb</a> files </li>
- <li> <a href="cdb_make.html">skalibs/cdb_make.h</a>: how to write
+ <li> <a href="cdbmake.html">skalibs/cdbmake.h</a>: how to write
<a href="https://en.wikipedia.org/wiki/Cdb_%28software%29">cdb</a> files </li>
<li> <a href="direntry.html">skalibs/direntry.h</a>: portable directory operations </li>
<li> <a href="djbtime.html">skalibs/djbtime.h</a>: conversions between date and time formats </li>