summaryrefslogtreecommitdiffstats
path: root/doc/translator.py
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-12-27 20:36:39 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-12-27 20:36:39 (GMT)
commitee58a783b27d50fa8545867108566dc0f3a1e026 (patch)
tree0e4517c465cd2c2702cd62de3f3f29bc068bc1da /doc/translator.py
parented2cf9f703481e2b5fcf2b19f534d7228d48f0ed (diff)
downloadDoxygen-ee58a783b27d50fa8545867108566dc0f3a1e026.zip
Doxygen-ee58a783b27d50fa8545867108566dc0f3a1e026.tar.gz
Doxygen-ee58a783b27d50fa8545867108566dc0f3a1e026.tar.bz2
Release-1.4.5-20051227
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)