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