htmldoc does not seem to be generating pdfs properly any more (on Ubuntu 14.04). It has been replaced with wkhtmltopdf which is better as it supports css and so the patched version of htmldoc with the simple css support is no longer required. wkhtmldoc does have have a few problems though which have been addressed in prior commits: - <H1><a name="X"></a>Text</H1> style links need changing to: <H1><a name="X">Text</a></H1> - tabs in <pre> elements should be expanded to 8 spaces by default, but are expanded to just one space and css expand-tab is not recognised. The <pre> <tt> <code> elements do not always select a fixed-width font - try installing a Courier font. |
||
|---|---|---|
| .. | ||
| Devel | ||
| Manual | ||
| README | ||
Doc/Manual - Latest version of the SWIG user manual
Doc/Devel - Developer documentation concerning SWIG internals.
(not necessarily up to date)
Open the index.html file in each of these directories with a web browser.