1
0
Fork 0

Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel

This commit is contained in:
Jan Steemann 2014-10-15 18:24:11 +02:00
commit 58f14e6bf6
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ def fetch_comments(dirpath):
for _com in comment:
_text = re.sub(r"//(/)+\s*\n", "<br />", _com)
_text = re.sub(r"///+(\s+\s+)([-\*\d])", r" \2", _text)
_text = re.sub(r"///\s*", "", _text)
_text = re.sub(r"///\s", "", _text)
_text = _text.strip("\n")
if _text:
if not shouldIgnoreLine: