- doxygen constructor declaration, make default ?

This commit is contained in:
Martin Willi
2005-12-04 14:45:57 +00:00
parent fc5b6b3b65
commit 0743de26be
3 changed files with 17 additions and 0 deletions
@@ -32,6 +32,12 @@ typedef struct sha1_hasher_t sha1_hasher_t;
* @brief Implementation of hasher_t interface using the
* SHA1 algorithm.
*
* @b Constructors:
* - hasher_create() using HASH_SHA1
* - sha1_hasher_create()
*
* @see hasher_t
*
* @ingroup hashers
*/
struct sha1_hasher_t {