doc: Add menu, gfx and text documentation into global index.
[bertos.git] / bertos / io / kfile.h
index c7a5bfc924235f6919c96d019fee68405b95f7dd..040e04a8684495c99266103348d2995d278c2871 100644 (file)
  *
  * -->
  *
+ * \defgroup io_kfile KFile interface
+ * \ingroup core
+ * \{
+ *
  * \brief Virtual KFile I/O interface.
  *
  * KFile is a simple, generic interface for file I/O.  It uses an
@@ -325,6 +329,8 @@ void kfile_resync(KFile *fd, mtime_t delay);
 void kfile_init(struct KFile *fd);
 /* @} */
 
+/** \} */ //Defgroup io_kfile
+
 /*
  * Kfile test function.
  */