DocumentationTools/__init__.py

changeset 40
c2e5472b112c
parent 13
1af94a91f439
child 788
5b1b59777460
child 792
a13346916170
equal deleted inserted replaced
39:ce735122a1fb 40:c2e5472b112c
6 """ 6 """
7 Package implementing the source code documentation tools. 7 Package implementing the source code documentation tools.
8 """ 8 """
9 9
10 supportedExtensionsDictForApis = { 10 supportedExtensionsDictForApis = {
11 "Python" : [".py", ".pyw", ".ptl"], 11 "Python" : [".py2", ".pyw2", ".ptl"],
12 "Python3" : [".py3", ".pyw3"], 12 "Python3" : [".py", ".pyw", ".py3", ".pyw3"],
13 "Ruby" : [".rb"] 13 "Ruby" : [".rb"]
14 } 14 }

eric ide

mercurial