summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-06-15 07:43:32 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-06-15 07:43:32 +0000
commit3bb87c123aa04f0835a5840499b3737f1f74adee (patch)
treedb1d26feec1fadd7a0d155428b9b499bf61a84bc
parenteeaa9565885d3c6f5139d33a512741674ff3e156 (diff)
Intro line.
-rw-r--r--src/coucal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coucal.h b/src/coucal.h
index 22ce147..7c2dce6 100644
--- a/src/coucal.h
+++ b/src/coucal.h
@@ -31,6 +31,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/**
+ * Coucal, a Cuckoo-hashing-based hashtable with stash area C library.
+ *
* This hashtable library provides key/value hashtable, with by default a
* string key, and integer/pointer value (with an associated optional
* allocator). Both key and value can be of any type, using custom settings.