Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Improve generated documentation formatting | Brad King | 2008-10-10 | 1 | -2/+5 |
| | | | | | | | | | | | | Applying patch provided in issue #7797. Fixes to man-pages: - Character '-' must be espaced as '\-' - Surround preformatted text with '.nf' and '.fi' to adjust filling - Give every page a NAME section for indexing by mandb - Pass the man page filename without extension to .TH in its header Also added a title to the HTML header. | ||||
* | ENH: handle HTML documentation for single items better: no warning about | Alexander Neundorf | 2008-07-21 | 1 | -15/+30 |
| | | | | | | ComputeSectionLinkPrefix, don't create an index for only one item Alex | ||||
* | ENH: Fix generated documentation internal links. | Brad King | 2008-05-05 | 1 | -4/+33 |
| | | | | | | | - Previously all links started in 'command_' which led to conflicts and was confusing for non-command items. - Use a per-section name that is meaningful to humans. - Fix link id names to be valid HTML. | ||||
* | STYLE: fix line length | Bill Hoffman | 2008-03-06 | 1 | -1/+2 |
| | |||||
* | ENH: add master index into html full help | Bill Hoffman | 2008-03-05 | 1 | -0/+15 |
| | |||||
* | ENH: add support for creating the documentation in docbook format | Alexander Neundorf | 2008-02-19 | 1 | -17/+16 |
| | | | | | | | | (http://www.oasis-open.org/docbook/xml/4.2/), which users can then convert to other formats. Tested with meinproc from KDE, which generates HTML pages which look good. Alex | ||||
* | PERF: reduce time for full docs as HTML from 1.4 s to 0.2 s, the map is now | Alexander Neundorf | 2008-02-17 | 1 | -5/+8 |
| | | | | | | | created and filled only once instead for every character I guess a simple case-switch would be still faster. Alex | ||||
* | ENH: better output for qt assistant | Bill Hoffman | 2007-11-27 | 1 | -1/+1 |
| | |||||
* | ENH: some more cleanup, fixes, and patch for HTML output | Ken Martin | 2007-10-24 | 1 | -2/+18 |
| | |||||
* | ENH: change to make the documentation class more generic, about halfway ↵ | Ken Martin | 2007-10-22 | 1 | -30/+31 |
| | | | | there, also provides secitons for Variables now | ||||
* | BUG: revert doc changes since VS7 cannot compile them, will implement them ↵ | Ken Martin | 2007-10-09 | 1 | -14/+14 |
| | | | | in a different manner | ||||
* | ENH: make documentation entries actually store their data | Ken Martin | 2007-10-09 | 1 | -14/+14 |
| | |||||
* | COMP: fix warning about unused parameters | Alexander Neundorf | 2007-09-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | STYLE: move the code for the different formats of the generated help into | Alexander Neundorf | 2007-09-19 | 1 | -0/+189 |
their own classes, making cmDocumentation smaller and also making it easier to eventually add another format Alex |