You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Christofer Dutz <ch...@c-ware.de> on 2016/12/25 16:31:22 UTC

[FlexJS] First round of the asdoc generation in the flexjs-maven-plugin

Hi,

I just pushed some changes that add a new goal to the flexjs-maven-plugin. I added a configuration using this to the Core module in frameworks. You should see the output in the target/asdoc directory. Here the swf directory contains the output if the compilation is set to SWF and the js directory should contain the output for a JS compilation.

The thing is that sometimes the JS version of a class has different interfaces or parent classes than the SWF version. So I guess when merging the two API docs, I will not be able to produce valid DITA output as DITA definitely won’t support this type of construct.

Guess next I’ll compare the output of the JSON files with that of the DITA and see if eventually it would be better to produce something out of the JSON version (which Alex told us is far more feature complete)

Chris