Index: uspace/srv/fs/cdfs/cdfs.c
===================================================================
--- uspace/srv/fs/cdfs/cdfs.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/cdfs/cdfs.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -29,5 +29,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup cdfs
  * @{
  */
Index: uspace/srv/fs/cdfs/cdfs.h
===================================================================
--- uspace/srv/fs/cdfs/cdfs.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/cdfs/cdfs.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup cdfs
  * @{
  */
Index: uspace/srv/fs/cdfs/cdfs_endian.h
===================================================================
--- uspace/srv/fs/cdfs/cdfs_endian.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/cdfs/cdfs_endian.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup cdfs
  * @{
  */
Index: uspace/srv/fs/cdfs/cdfs_ops.c
===================================================================
--- uspace/srv/fs/cdfs/cdfs_ops.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/cdfs/cdfs_ops.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup cdfs
  * @{
  */
Index: uspace/srv/fs/cdfs/cdfs_ops.h
===================================================================
--- uspace/srv/fs/cdfs/cdfs_ops.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/cdfs/cdfs_ops.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup cdfs
  * @{
  */
Index: uspace/srv/fs/cdfs/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/cdfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/cdfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -0,0 +1,4 @@
+/** @addtogroup cdfs cdfs
+ * @ingroup srvs
+ * @brief File system driver for ISO9660 file system
+ */
Index: uspace/srv/fs/exfat/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/exfat/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/exfat/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -0,0 +1,4 @@
+/** @addtogroup exfat exfat
+ * @ingroup srvs
+ * @brief exFAT file system driver
+ */
Index: uspace/srv/fs/exfat/exfat.c
===================================================================
--- uspace/srv/fs/exfat/exfat.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -29,5 +29,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
@@ -35,5 +35,5 @@
 /**
  * @file	exfat.c
- * @brief	FAT file system driver for HelenOS.
+ * @brief	exFAT file system driver for HelenOS.
  */
 
Index: uspace/srv/fs/exfat/exfat.h
===================================================================
--- uspace/srv/fs/exfat/exfat.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_bitmap.c
===================================================================
--- uspace/srv/fs/exfat/exfat_bitmap.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_bitmap.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_bitmap.h
===================================================================
--- uspace/srv/fs/exfat/exfat_bitmap.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_bitmap.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_dentry.c
===================================================================
--- uspace/srv/fs/exfat/exfat_dentry.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_dentry.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_dentry.h
===================================================================
--- uspace/srv/fs/exfat/exfat_dentry.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_dentry.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_directory.c
===================================================================
--- uspace/srv/fs/exfat/exfat_directory.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_directory.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_directory.h
===================================================================
--- uspace/srv/fs/exfat/exfat_directory.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_directory.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_fat.c
===================================================================
--- uspace/srv/fs/exfat/exfat_fat.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_fat.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_fat.h
===================================================================
--- uspace/srv/fs/exfat/exfat_fat.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_fat.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_idx.c
===================================================================
--- uspace/srv/fs/exfat/exfat_idx.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_idx.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/exfat/exfat_ops.c
===================================================================
--- uspace/srv/fs/exfat/exfat_ops.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/exfat/exfat_ops.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup exfat
  * @{
  */
Index: uspace/srv/fs/ext4fs/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/ext4fs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/ext4fs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -0,0 +1,4 @@
+/** @addtogroup ext4fs ext4fs
+ * @ingroup srvs
+ * @brief Ext4 file system driver
+ */
Index: uspace/srv/fs/ext4fs/ext4fs.c
===================================================================
--- uspace/srv/fs/ext4fs/ext4fs.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/ext4fs/ext4fs.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup ext4fs
  * @{
  */
Index: uspace/srv/fs/fat/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/fat/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/fat/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -0,0 +1,4 @@
+/** @addtogroup fat fat
+ * @ingroup srvs
+ * @brief FAT file system driver
+ */
Index: uspace/srv/fs/fat/fat.c
===================================================================
--- uspace/srv/fs/fat/fat.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -29,5 +29,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat.h
===================================================================
--- uspace/srv/fs/fat/fat.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_dentry.c
===================================================================
--- uspace/srv/fs/fat/fat_dentry.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_dentry.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_dentry.h
===================================================================
--- uspace/srv/fs/fat/fat_dentry.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_dentry.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_directory.c
===================================================================
--- uspace/srv/fs/fat/fat_directory.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_directory.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_directory.h
===================================================================
--- uspace/srv/fs/fat/fat_directory.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_directory.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_fat.c
===================================================================
--- uspace/srv/fs/fat/fat_fat.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_fat.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_fat.h
===================================================================
--- uspace/srv/fs/fat/fat_fat.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_fat.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_idx.c
===================================================================
--- uspace/srv/fs/fat/fat_idx.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_idx.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/fat/fat_ops.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup fat
  * @{
  */
Index: uspace/srv/fs/locfs/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/locfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/locfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -0,0 +1,4 @@
+/** @addtogroup locfs locfs
+ * @ingroup srvs
+ * @brief Location-service file system
+ */
Index: uspace/srv/fs/locfs/locfs.c
===================================================================
--- uspace/srv/fs/locfs/locfs.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/locfs/locfs.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup locfs
  * @{
  */
Index: uspace/srv/fs/locfs/locfs.h
===================================================================
--- uspace/srv/fs/locfs/locfs.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/locfs/locfs.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup locfs
  * @{
  */
Index: uspace/srv/fs/locfs/locfs_ops.c
===================================================================
--- uspace/srv/fs/locfs/locfs_ops.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/locfs/locfs_ops.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup locfs
  * @{
  */
Index: uspace/srv/fs/locfs/locfs_ops.h
===================================================================
--- uspace/srv/fs/locfs/locfs_ops.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/locfs/locfs_ops.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup locfs
  * @{
  */
Index: uspace/srv/fs/mfs/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/mfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/mfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -0,0 +1,4 @@
+/** @addtogroup mfs mfs
+ * @ingroup srvs
+ * @brief Minix file system driver
+ */
Index: uspace/srv/fs/mfs/mfs.c
===================================================================
--- uspace/srv/fs/mfs/mfs.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -29,5 +29,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/mfs/mfs.h
===================================================================
--- uspace/srv/fs/mfs/mfs.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/mfs/mfs_balloc.c
===================================================================
--- uspace/srv/fs/mfs/mfs_balloc.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs_balloc.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/mfs/mfs_dentry.c
===================================================================
--- uspace/srv/fs/mfs/mfs_dentry.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs_dentry.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/mfs/mfs_inode.c
===================================================================
--- uspace/srv/fs/mfs/mfs_inode.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs_inode.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/mfs/mfs_ops.c
===================================================================
--- uspace/srv/fs/mfs/mfs_ops.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs_ops.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/mfs/mfs_rw.c
===================================================================
--- uspace/srv/fs/mfs/mfs_rw.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs_rw.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/mfs/mfs_utils.c
===================================================================
--- uspace/srv/fs/mfs/mfs_utils.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/mfs/mfs_utils.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup mfs
  * @{
  */
Index: uspace/srv/fs/tmpfs/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/tmpfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/tmpfs/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -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 b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -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 b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -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 b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup tmpfs
  * @{
  */
Index: uspace/srv/fs/udf/doc/doxygroups.h
===================================================================
--- uspace/srv/fs/udf/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/srv/fs/udf/doc/doxygroups.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -0,0 +1,4 @@
+/** @addtogroup udf udf
+ * @ingroup srvs
+ * @brief UDF 1.02 file system driver
+ */
Index: uspace/srv/fs/udf/udf.c
===================================================================
--- uspace/srv/fs/udf/udf.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -29,5 +29,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf.h
===================================================================
--- uspace/srv/fs/udf/udf.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_cksum.c
===================================================================
--- uspace/srv/fs/udf/udf_cksum.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_cksum.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_cksum.h
===================================================================
--- uspace/srv/fs/udf/udf_cksum.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_cksum.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_file.c
===================================================================
--- uspace/srv/fs/udf/udf_file.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_file.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_file.h
===================================================================
--- uspace/srv/fs/udf/udf_file.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_file.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_idx.c
===================================================================
--- uspace/srv/fs/udf/udf_idx.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_idx.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_idx.h
===================================================================
--- uspace/srv/fs/udf/udf_idx.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_idx.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_ops.c
===================================================================
--- uspace/srv/fs/udf/udf_ops.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_ops.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -28,5 +28,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_osta.c
===================================================================
--- uspace/srv/fs/udf/udf_osta.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_osta.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -37,5 +37,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_types.h
===================================================================
--- uspace/srv/fs/udf/udf_types.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_types.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_volume.c
===================================================================
--- uspace/srv/fs/udf/udf_volume.c	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_volume.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
Index: uspace/srv/fs/udf/udf_volume.h
===================================================================
--- uspace/srv/fs/udf/udf_volume.h	(revision 498ced18a4f90fe1c9eee028e354d61b39de484d)
+++ uspace/srv/fs/udf/udf_volume.h	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup fs
+/** @addtogroup udf
  * @{
  */
