9220:e9e7eca7efee | 9221:bf71ee032bb4 |
---|---|
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 "Python3": [".py", ".pyw", ".py3", ".pyw3"], | 11 "Python3": [".py", ".pyw", ".py3", ".pyw3"], |
12 "Ruby": [".rb"] | 12 "Ruby": [".rb"], |
13 } | 13 } |