Brad King
|
49bf0b9e3d
|
ENH: Make hyperlinks in documentation active when generated into HTML documents. This addresses bug#3906.
|
2006-10-16 14:52:31 -04:00 |
Ken Martin
|
cfb3c9eaa9
|
BUG: potential segfault
|
2006-10-06 14:00:35 -04:00 |
Brad King
|
1bdebd7da6
|
ENH: Adding links to web resources and FAQ to SEE ALSO section. This addresses bug #3757.
|
2006-10-05 10:55:37 -04:00 |
Brad King
|
211e991057
|
BUG: Fixed man page formatting for INSTALL command documentation. Fixed line-too-long warning.
|
2006-08-22 10:38:10 -04:00 |
Ken Martin
|
14781101fd
|
STYLE: fix line length
|
2006-05-10 15:01:22 -04:00 |
Bill Hoffman
|
96a46bdb44
|
ENH: search for help modules in the correct place for install and source tree builds
|
2006-04-13 23:15:48 -04:00 |
Bill Hoffman
|
0cae876867
|
ENH: case insensitive command help
|
2006-04-12 09:12:01 -04:00 |
Bill Hoffman
|
037487a488
|
ENH: make sure uncommented modules are not documented
|
2005-12-16 16:49:01 -05:00 |
Bill Hoffman
|
4b0fd57bef
|
ENH: fix module documenation to handle bad docs and fix qt3 docs
|
2005-12-15 09:19:23 -05:00 |
Bill Hoffman
|
b7fa820118
|
ENH: add documentation support for modules
|
2005-12-14 13:51:08 -05:00 |
Andy Cedilnik
|
0e3b1febbb
|
ENH: Cleanup the help a bit
|
2005-07-18 11:32:02 -04:00 |
Andy Cedilnik
|
fc70a2bb2a
|
ENH: Add development version support in CMake
|
2004-10-22 15:44:54 -04:00 |
Andy Cedilnik
|
04016278c6
|
BUG: Move documentation so that it does not apear in ctest
|
2004-05-10 17:53:24 -04:00 |
Brad King
|
0c92cfb8c4
|
ENH: Renamed --help-list-commands to --help-command-list and split --help [command] into separate --help and --help-command cmd options.
|
2004-04-14 14:25:43 -04:00 |
Brad King
|
8020279dd6
|
ENH: Added --help-list-commands option.
|
2004-04-14 13:40:24 -04:00 |
Brad King
|
7d6aaf23e9
|
BUG: Don't use -V as a version option. It conflicts with ctest.
|
2003-08-06 18:43:49 -04:00 |
Brad King
|
b78888fe38
|
ENH: Added configuration of name of executable in man page header and version banner.
|
2003-08-06 14:49:52 -04:00 |
Brad King
|
c4794319c7
|
ENH: Added support to --help to print help for a single command.
|
2003-08-05 18:10:45 -04:00 |
Brad King
|
fde552ea6e
|
ENH: CheckOptions now takes const argv.
|
2003-07-23 17:27:34 -04:00 |
Brad King
|
90397af164
|
BUG: Text dump of documentation should be in ascii mode.
|
2003-07-21 14:58:07 -04:00 |
Brad King
|
7c2b4e3a02
|
ENH: Added SEE ALSO section to generated man page. Minor formatting improvements for generated text-only documentation.
|
2003-07-10 23:15:45 -04:00 |
Brad King
|
6167fa8aa2
|
ERR: Added missing std::.
|
2003-07-08 00:28:23 -04:00 |
Brad King
|
ed273acfa7
|
ENH: Improved name of cmake version variables. They are now CMake_VERSION (major.minor) and CMake_VERSION_FULL (major.minor.patch).
|
2003-07-07 23:20:30 -04:00 |
Brad King
|
1cecf7b5aa
|
ENH: Added support to write multiple help options with one command line. Output files can now also be specified for the help options.
|
2003-07-07 22:44:18 -04:00 |
Brad King
|
e5ed57ec18
|
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
2003-07-07 21:52:10 -04:00 |
Brad King
|
3bba5f587e
|
ENH: Running with zero arguments now produces usage.
|
2003-04-02 22:44:42 -05:00 |
Brad King
|
610da00d51
|
ERR: Fixed signed/unsigned warning.
|
2003-02-19 08:52:45 -05:00 |
Brad King
|
5e18bec8f7
|
ENH: Re-implemented document generation class to be more organized and more robust.
|
2003-02-18 20:42:02 -05:00 |
Andy Cedilnik
|
d54e7a6888
|
Minor documentation fixes
|
2003-02-17 09:56:41 -05:00 |
Brad King
|
07cdd0e60c
|
ENH: Added header before list of commands in generated docs. Made options more intuitive.
|
2003-02-17 09:42:13 -05:00 |
Brad King
|
7d1ee1d4c8
|
ERR: Use of stream format flags is hard to make portable. Manually implementing justification.
|
2003-02-16 11:57:20 -05:00 |
Brad King
|
caa074e8b5
|
ERR: Use of std::ios::fmtflags is not portable to older compilers.
|
2003-02-15 22:36:06 -05:00 |
Brad King
|
dec0b51066
|
ENH: Improved formatting of plain-text help to add a blank line before the beginning of a preformatted section.
|
2003-02-14 16:16:06 -05:00 |
Brad King
|
0005e70c05
|
ENH: Further improved formatting. HTML/man/help now all have a consistent appearance.
|
2003-02-14 13:28:46 -05:00 |
Brad King
|
2c7a05edd2
|
ENH: Improved formatting of documentation.
|
2003-02-14 13:06:37 -05:00 |
Brad King
|
1f55680332
|
ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation.
|
2003-02-14 10:53:37 -05:00 |