7634:8c3d033e5044 | 7635:0cdead130a81 |
---|---|
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 "Python2": [".py2", ".pyw2", ".ptl"], | |
12 "Python3": [".py", ".pyw", ".py3", ".pyw3"], | 11 "Python3": [".py", ".pyw", ".py3", ".pyw3"], |
13 "Ruby": [".rb"] | 12 "Ruby": [".rb"] |
14 } | 13 } |
15 | 14 |
16 # | 15 # |