On 12/1/16, 10:41 PM, "Christian Gotschim" <m...@vulcansoft.com> wrote:
> >> If you know Java, you could write a custom ASDoc emitter. I've written >> one that outputs ASDoc information in JSON format. Or you could write a >> Flex or FlexJS app to read the JSON files and generate the MXML you >>want. > >I don’t know Java. I’d have to see the JSON file first to see if I can get >the necessary info out of that. Can you send it to me? The JSON files are posted at [1]. The content/format of these files can be modified by changing the Java code in the compiler. The list of all classes is in classes.json. Individual classes have their own file. [1] http://home.apache.org/~aharui/FlexJS/asdoc-output.zip Thanks, -Alex