eric6/Plugins/PluginEricdoc.py

changeset 7178
43e994af5ee0
parent 6942
2602857055c5
child 7199
c71bd6f21748
equal deleted inserted replaced
7177:29e9027f28c0 7178:43e994af5ee0
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 """

eric ide

mercurial