You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MobilEngine is using oxygen + dita and generates webhelp http://www.oxygenxml.com/xml_editor/webhelp.html. We could generate the necessary dita files from spaghetti, and run oxygen's xslt to generate the output.
Or we can also generate the input for dox which is a haxe documetnation tool, actually used by the PDOM team. It eats the output of the haxe compiler with the xml target. The dox tool is kind of limited, and it is not documented. It seems from the source that it supports javadoc keywords and markdown. The master/head understands some markdown stuff indeed, but I couldn't get the javadoc keywords (@param etc) work.
Something similar to Javadoc to generate HTML from the Spaghetti definition.
The text was updated successfully, but these errors were encountered: