1
0
Fork 0

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

This commit is contained in:
Jan Steemann 2014-10-06 11:23:56 +02:00
commit 3fae7606a4
1 changed files with 2 additions and 1 deletions

View File

@ -176,8 +176,8 @@ def Typography(txt):
txt = txt[0:-1]
txt = BackTicks(txt)
txt = AsteriskItalic(txt)
txt = AsteriskBold(txt)
txt = AsteriskItalic(txt)
txt = FN(txt)
txt = LIT(txt)
txt = FA(txt)
@ -187,6 +187,7 @@ def Typography(txt):
r = rc(r"""@ref [a-zA-Z0-9]+""", MS)
txt = r.sub("the manual", txt)
txt = re.sub(r"@endDocuBlock", "", txt)
return txt