Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added SEE ALSO section to generated man page. Minor formatting ↵ | Brad King | 2003-07-11 | 1 | -0/+5 |
| | | | | improvements for generated text-only documentation. | ||||
* | ENH: Added support to write multiple help options with one command line. ↵ | Brad King | 2003-07-08 | 1 | -4/+15 |
| | | | | Output files can now also be specified for the help options. | ||||
* | ENH: Registered global generators are now kept in a table in the cmake ↵ | Brad King | 2003-07-08 | 1 | -0/+4 |
| | | | | instance. Added support for documentation with a Generators section. | ||||
* | ENH: Re-implemented document generation class to be more organized and more ↵ | Brad King | 2003-02-19 | 1 | -33/+99 |
| | | | | robust. | ||||
* | ENH: Added header before list of commands in generated docs. Made options ↵ | Brad King | 2003-02-17 | 1 | -2/+2 |
| | | | | more intuitive. | ||||
* | ENH: Further improved formatting. HTML/man/help now all have a consistent ↵ | Brad King | 2003-02-14 | 1 | -2/+5 |
| | | | | appearance. | ||||
* | ENH: Improved formatting of documentation. | Brad King | 2003-02-14 | 1 | -0/+1 |
| | |||||
* | ENH: Added cmDocumentation class to generate various forms of documentation. ↵ | Brad King | 2003-02-14 | 1 | -0/+65 |
Each executable will be able to generate its own documentation. |