Plugins/PluginEricdoc.py

branch
Py2 comp.
changeset 3523
8df1ab89e261
parent 3484
645c12de6b0c
child 3621
15f23ed3f216
equal deleted inserted replaced
3520:bfcefbb1633c 3523:8df1ab89e261
33 shortDescription = "Show the Ericdoc dialogs." 33 shortDescription = "Show the Ericdoc dialogs."
34 longDescription = """This plugin implements the Ericdoc dialogs.""" \ 34 longDescription = """This plugin implements the Ericdoc dialogs.""" \
35 """ Ericdoc is used to generate a source code documentation""" \ 35 """ Ericdoc is used to generate a source code documentation""" \
36 """ for Python and Ruby projects.""" 36 """ for Python and Ruby projects."""
37 pyqtApi = 2 37 pyqtApi = 2
38 python2Compatible = True
38 # End-Of-Header 39 # End-Of-Header
39 40
40 error = "" 41 error = ""
41 42
42 43

eric ide

mercurial