No, this is a full program. There is a huge amount of logic that goes into generating this stuff, same would be the case for XML.
Right now it's AST -> Intermediate Model -> Velocity -> HTML. This has nothing to do with FalconJX right now, it's purely built off the Falcon framework of IDefinition etc. Mike On Tue, Jun 23, 2015 at 9:57 AM, Alex Harui <aha...@adobe.com> wrote: > Sweet! > > Remind me: is your ASDoc “output” just another FalconJX emitter? > > I still want XML output or some other data structure for a future > AIR-based doc viewer but I think that would be another emitter as well. I > don’t know if anything gets lost if you go from XML to Velocity to HTML > somehow instead of straight from AST to Velocity to HTML, but if you just > have another emitter to check in, I’m totally fine with it. I think I’ve > caught up with all of the other build stuff around the swcs so that I can > help with integrating Velocity into our builds. > > -Alex > > On 6/23/15, 6:10 AM, "Michael Schmalle" <teotigraphix...@gmail.com> wrote: > > >Hey, > > > >I wasted 1.5 hours trying to get asdoc working with these classes and it > >seems that old gramps wasn't having it. Had namespace issues, I really > >don't know what is wrong, Falcon parses this stuff fine but asdoc chokes > >and dies. > > > >So, just for people to get an example of the API, I posted the HTML asdocs > >of JS and JQuery SWCs up on my server for the time being. > > > >These docs were made with My documenter I mentioned weeks before. My > >program had no problem creating these. The only thing is, I never finished > >it for global functions and constants, which this project uses. > > > >So I hacked in them for the class summary and page summary, you can see > >them but I have not created full clickable pages. > > > >There is one bug in the js of the asdocs, that if you have inherited > >mebers > >expanded, the js doesn't redraw the rows until you click it again. > > > >Other than that, there are quite a few features I added in my docs that > >ASDoc doesn't have. > > > >http://www.teotigraphix.com/assets/apache/dom/asdoc/index.html > > > >Mike > >