eric6/DocumentationTools/__init__.py@285855999b4e
eric6/DocumentationTools/__init__.py
Sun, 04 Oct 2020 15:25:17 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 04 Oct 2020 15:25:17 +0200
- changeset 7749
- 285855999b4e
- parent 7639
-
422fd05e9c91
- child 7923
-
91e843545d9a
- permissions
- -rw-r--r--
Configuration Dialog: optimized the display of the various configuration pages.
# -*- coding: utf-8 -*-
# Copyright (c) 2003 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the source code documentation tools.
"""
supportedExtensionsDictForApis = {
"Python3": [".py", ".pyw", ".py3", ".pyw3"],
"Ruby": [".rb"]
}