Monday, June 09, 2008

Running ASDoc


Ah...Finally! I had a problem with ASDoc tool (which comes together with Flex) for a long time... I guess, running this tool from command line is much easier for developers with java background... :)
Anyway, i did some research and i finally did it - run this tool from Flex. After you take a look at these screen shots, i guess you will get the picture! :)

http://muzakdeezign.com/flex2/external_tools/external_tools_config.jpg
http://muzakdeezign.com/flex2/external_tools/external_tools_location.jpg
http://muzakdeezign.com/flex2/external_tools/external_tools_directory.jpg

And you can read the full comment here.

One thing that is missing in ASDoc tool is @includeExample command. It would come handy for code examples but for now, it's for internal use only - not included in the version of ASDoc we all have... :/
Hope we'll see it in Flex 4...

*******edit
Perfect little tool for generating ASDoc commands: http://code.google.com/p/dita/
Thanks Shang! :)

4 comments:

  1. Anonymous7:48 AM

    Hi Mirko, I made a little AIR application to generate asdoc commands. http://code.google.com/p/dita/

    ReplyDelete
  2. Great work!!! :) Thank you!

    ReplyDelete
  3. Anonymous7:57 AM

    image links are broken

    ReplyDelete
  4. yeah, and it doesn't place the strings inside the .bat file properly, Like first it will give the library directory, and then the tag.
    i.e. (...) "c:\myfiles\src" -librar-ypath -main-title "title" (...)

    ReplyDelete