doc: Refactor documentation and add OOP basics.
[bertos.git] / bertos / io / kfile.h
index c5529822ccfa704a5ce89ba8fbd594b8627a04c0..040e04a8684495c99266103348d2995d278c2871 100644 (file)
@@ -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 */