Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove framed view of the HTML documentation (see #114 and #274) | Sebastian Meric de Bellefon | 2016-05-24 | 1 | -28/+0 |
| | | | | | Frames are a bit broken, ignored by Hackage, and considered obsolete in general. This patch disables frames generation. The mini_*.html files are still used in the synopsis. | ||||
* | Avoid JavaScript error during page load in non-frame mode | Phil Ruffwind | 2015-08-02 | 1 | -1/+1 |
| | | | | | | | | | | In non-frame mode, parent.window.synopsis refers to the synopsis div rather than the nonexistent frame. Unfortunately, the script wrongly assumes that if it exists it must be a frame, leading to an error where it tries to access the nonexistent attribute 'replace' of an undefined value (synopsis.location). Closes #406 | ||||
* | Delete trailing whitespace | Mateusz Kowalczyk | 2015-07-07 | 1 | -11/+11 |
| | |||||
* | Move Haddock API to a separate package | Simon Hengel | 2014-08-22 | 1 | -0/+344 |