141 """ |
141 """ |
142 if menuName == "Apidoc": |
142 if menuName == "Apidoc": |
143 if self.__projectAct is not None: |
143 if self.__projectAct is not None: |
144 self.__projectAct.setEnabled( |
144 self.__projectAct.setEnabled( |
145 e5App().getObject("Project").getProjectLanguage() in |
145 e5App().getObject("Project").getProjectLanguage() in |
146 ["Python", "Python2", "Python3", "Ruby"]) |
146 ["Python", "Python2", "Python3", "Ruby", "MicroPython"]) |
147 |
147 |
148 def __doEricapi(self): |
148 def __doEricapi(self): |
149 """ |
149 """ |
150 Private slot to perform the eric6_api api generation. |
150 Private slot to perform the eric6_api api generation. |
151 """ |
151 """ |