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 } |