Change the name of the file
[bertos.git] / wizard / test / to_parse
diff --git a/wizard/test/to_parse b/wizard/test/to_parse
new file mode 100644 (file)
index 0000000..3e90532
--- /dev/null
@@ -0,0 +1,28 @@
+/**
+ * Header comment
+ * with * asterisks *
+ * this comment has the module define statements
+ *
+ * Edit me for test the new parser
+ * \brief This is a testing module
+ * $WIZ$ module_name = "name"
+ * $WIZ$ module_depends = "module1", "module2"
+ * $WIZ$ module_configuration = "config_file.h"
+ */
+
+/**
+ * List to be parsed
+ * $WIZ$ to_be_parsed = "BLA", "BLABLA", "BLABLA_BLA"
+ */
+
+/**
+ *
+ * Commento to be ignored
+ *
+ */
+
+/**
+ * Comment with list to be parsed
+ *
+ * $WIZ$ another_list_to_be_parsed = "BLABLABLA_BLA"
+ */
\ No newline at end of file