Add new Wizard tag for module definition
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Apr 2009 17:01:24 +0000 (17:01 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 23 Apr 2009 17:01:24 +0000 (17:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2653 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/fs/battfs.h

index acd0f974a8e8297775caeaacbbbb58e3f6887d96..4c7e619d845c69847cb098725dc384351f4c3662 100644 (file)
  * \brief BattFS: a filesystem for embedded platforms (interface).
  * TODO: Add detailed filesystem description.
  *
- * $WIZAR_MODULE = {
- * "name" : "battfs",
- * "depends" : ["rotating_hash", "kfile"],
- * "configuration" : "bertos/cfg/cfg_battfs.h"
- * }
+ * $WIZ$ module_name = "battfs"
+ * $WIZ$ module_depends = "rotating_hash", "kfile"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_battfs.h"
  */
 
 #ifndef FS_BATTFS_H