aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Backends/Xhtml/Utils.hs
Commit message (Collapse)AuthorAgeFilesLines
* Use <details> element for collapsibles (#690)Tim Baumann2017-10-091-19/+16
| | | | | | | | | | | * Remove unnecessary call to 'collapseSection' The call is unnecessary since there is no corresponding toggle for hiding the section of orphan instances. * Use <details> for collapsibles This makes them work even when JS is disabled. Closes #560.
* Add support for unboxed sumsÖmer Sinan Ağacan2016-07-211-1/+5
|
* UnfelpfulSpan line number omittedOleg Grenrus2016-05-241-2/+1
| | | | Kind of resolves https://github.com/haskell/haddock/issues/508
* Move the permalinks to "#" on the right sidePhil Ruffwind2016-02-081-1/+1
| | | | | | | | | Since pull request #407, the identifiers have been permalinked to themselves, but this makes it difficult to copy the identifier by double-clicking. To work around this usability problem, the permalinks are now placed on the far right adjacent to "Source", indicated by "#". Also, 'namedAnchor' now uses 'id' instead of 'name' (which is obsolete).
* Fix quote syntax for promoted types.Łukasz Hanuszczak2015-08-061-1/+6
|
* Delete trailing whitespaceMateusz Kowalczyk2015-07-071-1/+1
|
* Document some functions in XHTML utlity module.Łukasz Hanuszczak2015-07-011-0/+8
|
* Rewrite source generation to fixed links and directory structure.Łukasz Hanuszczak2015-06-301-5/+9
|
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+218