summaryrefslogtreecommitdiffstats
path: root/doc/translator.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/translator.py')
-rw-r--r--doc/translator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/translator.py b/doc/translator.py
index f7219f7..7795cdc 100644
--- a/doc/translator.py
+++ b/doc/translator.py
@@ -585,6 +585,8 @@ class Transl:
prototype += ' ' + tokenStr
uniPrototype = tokenStr # start collecting the unified prototype
status = 4
+ elif tokenId == 'tilde':
+ status = 4
else:
self.__unexpectedToken(status, tokenId, tokenLineNo)