Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-24 | ... | John Beppu | |
2001-02-24 | refinement | John Beppu | |
2001-02-23 | formatting ... | John Beppu | |
2001-02-23 | Added some documentation and made --sgml use sgml_from_usage(). | John Beppu | |
pod_from_usage() is the default generator. | |||
2001-02-23 | During POD generation, it inserts a blank line before lines | John Beppu | |
that were intended to be indented. | |||
2001-02-23 | forgot to remove some debugging noise | John Beppu | |
2001-02-23 | This one should be able to deal with the USAGE macros a little | John Beppu | |
more robustly. I also blow away any USAGE_NOT_\w+ macros. | |||
2001-02-23 | forgot a comma. | John Beppu | |
2001-02-23 | I can't leave it alone. | John Beppu | |
2001-02-23 | minor cleanup... all that's left to do is | John Beppu | |
* make headers and footers for both the POD and SGML content * make an SGML generator * finish the command-line handling Also, some of the documentation in usage.h will have to be adjusted. expr needs some lines to be indented, and ls has a stray comma. I may have missed some things... but it looks OK for the most part. | |||
2001-02-23 | This is the remixed autodocufier.pl. | John Beppu | |
2001-02-22 | First pass at making up an automagical usage message extractor, which | Eric Andersen | |
will be used (when it works) to autogenerate documentation. Based on code written by Mark Whitley. |