There is a way, although it's not very elegant. Use the "Run program" action to run EasyMorph Desktop in the command line mode with the /document
command, for instance:
morph.exe /document myproject.morph
It will generate HTML document myproject.html
next to the project. See more command-line options here: command_line [EasyMorph Help].
Perhaps, we need to make a dedicated action for generating documentation. (UPDATE - we've added it, see the next post in this topic.)