X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fio%2Fkfile.h;h=040e04a8684495c99266103348d2995d278c2871;hb=52dc681d37e2d83df0ab5450584c7591e219a8d6;hp=c7a5bfc924235f6919c96d019fee68405b95f7dd;hpb=732194360d28057468a14459120487784dfbc2e2;p=bertos.git diff --git a/bertos/io/kfile.h b/bertos/io/kfile.h index c7a5bfc9..040e04a8 100644 --- a/bertos/io/kfile.h +++ b/bertos/io/kfile.h @@ -31,6 +31,10 @@ * * --> * + * \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. */