X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkfile.h;h=040e04a8684495c99266103348d2995d278c2871;hb=52dc681d37e2d83df0ab5450584c7591e219a8d6;hp=c5529822ccfa704a5ce89ba8fbd594b8627a04c0;hpb=1c11ac0ab0636d07db3899b02c5d89e2d0b020bc;p=bertos.git diff --git a/bertos/io/kfile.h b/bertos/io/kfile.h index c5529822..040e04a8 100644 --- a/bertos/io/kfile.h +++ b/bertos/io/kfile.h @@ -31,9 +31,6 @@ * * --> * - * \defgroup core BeRTOS core functionality - * \{ - * * \defgroup io_kfile KFile interface * \ingroup core * \{ @@ -341,7 +338,6 @@ int kfile_testSetup(void); int kfile_testRun(void); int kfile_testRunGeneric(KFile *fd, uint8_t *test_buf, uint8_t *save_buf, size_t size); int kfile_testTearDown(void); -/** \} */ //defgroup core #endif /* KERN_KFILE_H */