Home > asdoc2devhelp

asdoc2devhelp

Asdoc2devhelp is a project mainly written in JavaScript, based on the GPL-3.0 license.

A python module to add AsDoc (Actionscript documentations) to Devhelp.

How to use

Install an asdoc

$ cd somewhere
$ ls
as3-gettext-0.5
$ as2dh --install --name=as3-gettext-0.5 --title="AS3 GNU Gettext API Reference" --asdoc-path=as3-gettext-0.5

Uninstall an asdoc

$ as2dh --uninstall --name="as3-gettext-0.5"

More

You can choose a prefix where to install the asdoc, with --prefix option When uninstalling, dont forget to specify the prefix you used when installing. --prefix is optional. Defaults to $HOME/.local

Previous:custom_boolean