DocumentationTools/__init__.py

Sat, 28 Jun 2014 16:25:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 Jun 2014 16:25:34 +0200
changeset 3652
c8a2140564c4
parent 3160
209a07d7e401
child 4021
195a471c327b
permissions
-rw-r--r--

Prepared snapshot release of eric 5.5.

# -*- coding: utf-8 -*-

# Copyright (c) 2003 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the source code documentation tools.
"""

supportedExtensionsDictForApis = {
    "Python2": [".py2", ".pyw2", ".ptl"],
    "Python3": [".py", ".pyw", ".py3", ".pyw3"],
    "Ruby": [".rb"]
}

eric ide

mercurial