view README.txt @ 21:10c5e6d11ef8

add notes on future directions
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 03 Aug 2011 09:53:27 -0700
parents 62bd66061329
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))