# HG changeset patch # User Jeff Hammel # Date 1312390407 25200 # Node ID 10c5e6d11ef8c1f2b2619e57ab74f54c20f2988e # Parent 7299c4529b41f94178553f91cc73f9644313e5de add notes on future directions diff -r 7299c4529b41 -r 10c5e6d11ef8 README.txt --- a/README.txt Tue Aug 02 21:34:59 2011 -0700 +++ b/README.txt Wed Aug 03 09:53:27 2011 -0700 @@ -1,3 +1,23 @@ # 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)) + + + +