Change the comment style for the modules and the list, and use the newParser to parse...
[bertos.git] / bertos / drv / eeprom.h
index 60ef15696f38fad7520a5d3424097c10fdca9fe4..91c8dfe1073ef273a9ac096c1e2a0dca514cd273 100644 (file)
  * All Rights Reserved.
  * -->
  *
- * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS (interface)
+ * \brief Driver for the 24xx16 and 24xx256 I2C EEPROMS.
  *
  * \version $Id$
  *
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
+ * $WIZ$ module_name = "eeprom"
+ * $WIZ$ module_depends = "kfile"
  */
 
 #ifndef DRV_EEPROM_H
 #define DRV_EEPROM_H
 
 #include <cfg/compiler.h>
+
 #include <kern/kfile.h>