Index: uspace/doc/doxygroups.h
===================================================================
--- uspace/doc/doxygroups.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/doc/doxygroups.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
@@ -0,0 +1,56 @@
+
+/* Definitions of modules and its relations for generating Doxygen documentation */
+
+/**
+ * @defgroup srvcs HelenOS Services
+ * @ingroup uspace
+ */
+
+	/**
+	 * @defgroup ns Naming Service
+	 * @ingroup srvcs
+	 */
+
+	/**
+	 * @defgroup kbd Keyboard Service
+	 * @ingroup srvcs
+	 */
+
+	/**
+	 * @defgroup fbs Framebuffer Service
+	 * @ingroup srvcs
+	 */
+	 
+	/**
+	 * @defgroup console Console Service
+	 * @ingroup srvcs
+	 */
+	
+	/**
+	 * @cond amd64
+	 * @defgroup pci PCI Service
+	 * @ingroup srvcs
+	 * @endcond
+	 */
+	
+	/**
+	 * @cond ia32
+	 * @defgroup pci PCI Service
+	 * @ingroup srvcs
+	 * @endcond
+	 */
+	
+/**
+ * @defgroup emul Emulation Libraries
+ * @ingroup uspace
+ */
+	
+ 	/**
+	 * @defgroup sfl Softloat
+	 * @ingroup emul
+	 */
+	
+	/**
+	 * @defgroup softint Softint
+	 * @ingroup emul
+	 */
