184 """ |
184 """ |
185 if menuName == "Apidoc": |
185 if menuName == "Apidoc": |
186 if self.__projectAct is not None: |
186 if self.__projectAct is not None: |
187 self.__projectAct.setEnabled( |
187 self.__projectAct.setEnabled( |
188 e5App().getObject("Project").getProjectLanguage() in |
188 e5App().getObject("Project").getProjectLanguage() in |
189 ["Python", "Python2", "Python3", "Ruby"]) |
189 ["Python", "Python2", "Python3", "Ruby", "MicroPython"]) |
190 |
190 |
191 def __doEricdoc(self): |
191 def __doEricdoc(self): |
192 """ |
192 """ |
193 Private slot to perform the eric6_doc api documentation generation. |
193 Private slot to perform the eric6_doc api documentation generation. |
194 """ |
194 """ |