view README.txt @ 24:045544951756

this actually works, by god
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 03 Aug 2011 14:39:56 -0700
parents 10c5e6d11ef8
children 0ce6b501f62d
line wrap: on
line source

# DocumentIt

Mirror documentation to https://developer.mozilla.org/en/Mozmill


## TODO

There are several features that would be nice to have:

- inclusion of other files

- inclusion of `--help` documentation

In general the approach taken shouldn't compromise the general
approach that the documentation should be the documentation, not
pre-documentation.  This may be achieved by the use of (e.g. regex)
macros.  For instance:

    append(--help.*$,shell(mozmill --help))