X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_kfile.h;h=291a38813427ca0ddf93d9cba70d065016e56335;hb=3ddb5bbec1b0c60a21dbd1311a285e79ba546ccc;hp=b1489f8eb2b9ac355ae4a66c84536d74b5bf3d17;hpb=515886be3106584a6d695d4b5453730121b91f74;p=bertos.git diff --git a/bertos/cfg/cfg_kfile.h b/bertos/cfg/cfg_kfile.h index b1489f8e..291a3881 100644 --- a/bertos/cfg/cfg_kfile.h +++ b/bertos/cfg/cfg_kfile.h @@ -39,13 +39,24 @@ #ifndef CFG_KFILE_H #define CFG_KFILE_H -/// Module logging level. +/** + * Module logging level. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ #define KFILE_LOG_LEVEL LOG_LVL_INFO -/// Module logging format. +/** + * Module logging format. + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ #define KFILE_LOG_FORMAT LOG_FMT_TERSE -/// Enable the gets function with echo. +/** + * Enable the gets function with echo. + * $WIZ$ type = "boolean" + */ #define CONFIG_KFILE_GETS 0 #endif /* CFG_KFILE_H */