Plugins/PluginEricdoc.py

changeset 788
5b1b59777460
parent 564
b3d966393ba9
child 791
9ec2ac20e54e
equal deleted inserted replaced
786:06290d4db8ab 788:5b1b59777460
167 """ 167 """
168 if menuName == "Apidoc": 168 if menuName == "Apidoc":
169 if self.__projectAct is not None: 169 if self.__projectAct is not None:
170 self.__projectAct.setEnabled( 170 self.__projectAct.setEnabled(
171 e5App().getObject("Project").getProjectLanguage() in \ 171 e5App().getObject("Project").getProjectLanguage() in \
172 ["Python", "Python3", "Ruby"]) 172 ["Python", "Python2", "Python3", "Ruby"])
173 173
174 def __doEricdoc(self): 174 def __doEricdoc(self):
175 """ 175 """
176 Private slot to perform the eric5-doc api documentation generation. 176 Private slot to perform the eric5-doc api documentation generation.
177 """ 177 """

eric ide

mercurial