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 a4eb3ba2b6a831a2a639dfe74c4deb2ca435b91c)
@@ -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.
  *
