Index: uspace/srv/fs/tmpfs/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/tmpfs/doc/doxygroups.h	(revision 3012ae777ffbbbecfe02f17eb2a456c88726797c)
+++ uspace/srv/fs/tmpfs/doc/doxygroups.h	(revision 3012ae777ffbbbecfe02f17eb2a456c88726797c)
@@ -0,0 +1,4 @@
+/** @addtogroup tmpfs tmpfs
+ * @ingroup srvs
+ * @brief File system driver for in-memory file system
+ */
Index: uspace/srv/fs/tmpfs/tmpfs.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/tmpfs/tmpfs.c	(revision 3012ae777ffbbbecfe02f17eb2a456c88726797c)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup tmpfs
  * @{
  */
Index: uspace/srv/fs/tmpfs/tmpfs.h
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/tmpfs/tmpfs.h	(revision 3012ae777ffbbbecfe02f17eb2a456c88726797c)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup tmpfs
  * @{
  */
Index: uspace/srv/fs/tmpfs/tmpfs_ops.c
===================================================================
--- uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/tmpfs/tmpfs_ops.c	(revision 3012ae777ffbbbecfe02f17eb2a456c88726797c)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup tmpfs
  * @{
  */
