Fix kprintf descriptor and typo.
[bertos.git] / bertos / io / kfile_block.h
index 130add3abf3377bccba143f43546a07033016664..e84e92d780791dfbc284ca23c30ba13768ee272f 100644 (file)
  * With this module, you can access a KBlock device
  * with the handy KFile interface.
  * In order to achieve this, the block device must support partial block write.
+ *
+ * \author Francesco Sacchi <batt@develer.com>
+ * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZ$ module_name = "kfile_block"
+ * $WIZ$ module_depends = "kfile", "kblock"
  */
 
 #ifndef IO_KFILE_BLOCK_H