DocumentationTools/__init__.py

Sat, 04 Jul 2015 17:44:33 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 04 Jul 2015 17:44:33 +0200
branch
6_0_x
changeset 4310
493dda042b16
parent 4022
f5f42921717e
child 4541
e8ddd9d76414
permissions
-rw-r--r--

Prepared release of eric 6.0.7.

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

# Copyright (c) 2003 - 2015 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