Home

Awesome

##scribe

###A haxe xml documentation conversion library.


Haxe features an -xml flag to export current compilation class information, to an xml file.

View the haxe documentation generator docs.

This output can be used for many things, but the output format is rather dense difficult to parse in anything other than haxe itself.


scribe steps in between you and the xml file - and hosts a HaxeDoc class, which lists all the class names and each class definition (including properties, members, methods and so on).

With these elements, you can parse and export them to any language you wish, or implement the class as an API WIP embedded in your own library/project.


###Roadmap


###History

0.9.2

0.9.1

0.9.0

0.1.0


License : MIT