From: duplo Date: Mon, 19 Jan 2009 18:43:49 +0000 (+0000) Subject: Add a regular expression for the ///< type comment X-Git-Tag: 2.1.0~496 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a32c2b3896360b7d3ed8360c3fc49c96c37ebc5a;p=bertos.git Add a regular expression for the ///< type comment git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2186 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index 2e55ffaa..a50df0f4 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -100,6 +100,7 @@ def getDefinitionBlocks(text): for comment, define in block_tmp: block.append((" ".join(re.findall(r"^\s*\*?\s*(.*?)\s*?$", comment, re.MULTILINE)), define)) block += re.findall(r"/{3}