NAME

asdoc2pod - Read an Actionscript file with Javadoc and output POD

SYNOPSIS

asdoc2pod [options] [infile.as [outfile.pod]]

  Options:
       -c --code           output POD embedded in code instead of just POD
       -v --verbose        more diagnostic output
       -h --help           verbose help message
       -V --version        print CAM::PDF version

If the input or output files are omitted, STDIN and STDOUT are used, respectively. Filenames of - are interpreted as STDIN or STDOUT as well.

DESCRIPTION

Read in an Actionscript file and parse it, searching for Javadoc-style comments. If any are found, convert them to POD (Perl's Plain Old Documentation format). The output is just the POD, unless the --code flag is used, in which case the original Actionscript is output with the Javadoc converted to POD.

SEE ALSO

Pod::FromActionscript

LICENSE

Copyright 2005 Clotho Advanced Media, Inc., <cpan@clotho.com>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Clotho Advanced Media Inc., cpan@clotho.com