Resolve the bug of the autoenabled modules
[bertos.git] / wizard / test / to_parse
1 /**
2  * Header comment
3  * with * asterisks *
4  * this comment has the module define statements
5  *
6  * Edit me for test the new parser
7  * \brief This is a testing module
8  * $WIZ$ module_name = "name"
9  * $WIZ$ module_depends = "module1", "module2"
10  * $WIZ$ module_configuration = "config_file.h"
11  */
12
13 /**
14  * List to be parsed
15  * $WIZ$ to_be_parsed = "BLA", "BLABLA", "BLABLA_BLA"
16  */
17
18 /**
19  *
20  * Commento to be ignored
21  *
22  */
23
24 /**
25  * Comment with list to be parsed
26  *
27  * $WIZ$ another_list_to_be_parsed = "BLABLABLA_BLA"
28  */