From: duplo Date: Mon, 16 Feb 2009 09:27:20 +0000 (+0000) Subject: Change the name of the file X-Git-Tag: 2.1.0~337 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=c4e10478569740bd284cc41a47dd5227150a6f00;p=bertos.git Change the name of the file git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2345 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/test/to_parse b/wizard/test/to_parse new file mode 100644 index 00000000..3e90532b --- /dev/null +++ b/wizard/test/to_parse @@ -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 diff --git a/wizard/test/to_parse.h b/wizard/test/to_parse.h deleted file mode 100644 index 3e90532b..00000000 --- a/wizard/test/to_parse.h +++ /dev/null @@ -1,28 +0,0 @@ -/** - * 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