Index: abi/doc/doxygroups.h
===================================================================
--- abi/doc/doxygroups.h	(revision 7f7d64298fbfdc2ce850eb86156d829a4def23e6)
+++ abi/doc/doxygroups.h	(revision 7f7d64298fbfdc2ce850eb86156d829a4def23e6)
@@ -0,0 +1,11 @@
+
+/* Definitions of modules and its relations for generating Doxygen documentation */
+
+/** @defgroup abi abi
+ * @brief Header files shared by the kernel and uspace
+ */
+
+/** @addtogroup bits _bits
+ * @ingroup abi
+ */
+
Index: abi/include/abi/asmtool.h
===================================================================
--- abi/include/abi/asmtool.h	(revision f2c8f5588f9138d61d6ad09bef025846097bff23)
+++ abi/include/abi/asmtool.h	(revision 7f7d64298fbfdc2ce850eb86156d829a4def23e6)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup asmtool
+/** @addtogroup abi
  * @{
  */
Index: abi/include/abi/log.h
===================================================================
--- abi/include/abi/log.h	(revision f2c8f5588f9138d61d6ad09bef025846097bff23)
+++ abi/include/abi/log.h	(revision 7f7d64298fbfdc2ce850eb86156d829a4def23e6)
@@ -29,5 +29,5 @@
  */
 
-/** @addtogroup genericlog
+/** @addtogroup abi
  * @{
  */
