Fix parse_modules (#44)
This commit is contained in:
@@ -306,7 +306,7 @@ endforeach()
|
|||||||
(?P<module>.+)\n
|
(?P<module>.+)\n
|
||||||
-+\n+?
|
-+\n+?
|
||||||
(?:(?P<header>\w[\w\s]+)\n\^+\n+?)?
|
(?:(?P<header>\w[\w\s]+)\n\^+\n+?)?
|
||||||
(?P<doc>.(?:.|\n)+?\n\n)
|
(?P<doc>(?:.|\n)*?\n\n)
|
||||||
""",
|
""",
|
||||||
p.stdout + "\n\n",
|
p.stdout + "\n\n",
|
||||||
re.VERBOSE,
|
re.VERBOSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user