mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-11 12:28:27 +00:00
A lot of doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@92285 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
|
||||
/*! \file
|
||||
* \brief Generic (perhaps overly so) hashtable implementation
|
||||
*/
|
||||
/*! \note
|
||||
* \ref AstHash
|
||||
*/
|
||||
/*! \page AstHash Hash Table support in Asterisk
|
||||
|
||||
A hash table is a structure that allows for an exact-match search
|
||||
in O(1) (or close to that) time.
|
||||
@@ -39,6 +40,7 @@ The key for a value must be contained in the value, or we won't
|
||||
be able to find it in the bucket list.
|
||||
|
||||
This implementation is pretty generic, because:
|
||||
|
||||
1. The value and key are expected to be in a structure
|
||||
(along with other data, perhaps) and it's address is a "void *".
|
||||
2. The pointer to a compare function must be passed in at the
|
||||
|
||||
Reference in New Issue
Block a user