Add ignore for svn, cvs and git
[bertos.git] / bertos / cfg / cfg_phase.h
index 53d94c0ea999c01d49ae6cbd9be4a7bacb899b5b..f77eec63417b46e168f15acf5d1d06a86dafb375 100644 (file)
 #ifndef CFG_PHASE_H
 #define CFG_PHASE_H
 
-/// Max value of the duty cycle on triac. $WIZARD = { "type" : "int" }
+/// Max value of the duty cycle on triac. $WIZ$ type = "int"
 #define CONFIG_TRIAC_MAX_DUTY  100
 
-/// Max value of the triac power. $WIZARD = { "type" : "int" }
+/// Max value of the triac power. $WIZ$ type = "int"
 #define CONFIG_TRIAC_MAX_POWER 100
 
 #endif /* CFG_PHASE_H */