Index: uspace/lib/c/generic/vfs/inbox.c
===================================================================
--- uspace/lib/c/generic/vfs/inbox.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/lib/c/generic/vfs/inbox.c	(revision 4f8772d4d5ecb28999d787aebab937222f9f97d8)
@@ -65,5 +65,5 @@
 static LIST_INITIALIZE(inb_list);
 
-/* Inserts a named file into the inbox.
+/** Inserts a named file into the inbox.
  *
  * If a file with the same name is already present, it overwrites it and returns
@@ -118,5 +118,5 @@
 }
 
-/* Retrieve a file with this name.
+/** Retrieve a file with this name.
  *
  * @param name Name of the entry.
@@ -138,5 +138,5 @@
 }
 
-/* Writes names of entries that are currently set into an array provided by the
+/** Writes names of entries that are currently set into an array provided by the
  * user.
  *
