Documentation updates.
[bertos.git] / bertos / struct / hashtable.h
index 0b6f4c8f23816fa9b5f42ba6a676c5cde68b94d6..695be32772a6b2ff029796237477399aaef1b546 100644 (file)
@@ -30,7 +30,9 @@
  * Copyright 2004 Giovanni Bajo
  * -->
  *
- * \author Giovanni Bajo <rasky@develer.com>
+ * \defgroup hashtable Hash table implementation
+ * \ingroup struct
+ * \{
  *
  * \brief Portable hash table
  *
@@ -50,6 +52,8 @@
  * a marker for a free node, so it is invalid to store a NULL pointer in the table
  * with \c ht_insert().
  *
+ * \author Giovanni Bajo <rasky@develer.com>
+ *
  * $WIZ$ module_name = "hashtable"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_hashtable.h"
  */
@@ -289,4 +293,6 @@ int hashtable_testSetup(void);
 int hashtable_testRun(void);
 int hashtable_testTearDown(void);
 
+/** \} */ // \defgroup hashtable
+
 #endif /* STRUCT_HASHTABLE_H */