Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -19/+19 |
| | | | | (A bug that should have been fixed long ago.) | ||||
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -2/+2 |
| | | | | | | | | | This big patch implements a kind-polymorphic core for GHC. The current implementation focuses on making sure that all kind-monomorphic programs still work in the new core; it is not yet guaranteed that kind-polymorphic programs (using the new -XPolyKinds flag) will work. For more information, see http://haskell.org/haskellwiki/GHC/Kinds | ||||
* | Add safe haskell indication to haddock output | David Terei | 2011-10-12 | 1 | -1/+2 |
| | |||||
* | Merge in darcs patch: | David Waern | 2011-10-01 | 1 | -2/+5 |
| | | | | | | | | | | Joachim Breitner <mail@joachim-breitner.de>**20110619201645 Ignore-this: f6c51228205b0902ad5bfad5040b989a As reported on http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578301, generating the global index takes much too long if type-level (with lots of auto-generated types) is installed. The patch avoids a quadratic runtime in the subfunction getIfaceIndex of ppHtmlIndex by using a temporary set. Runtime improvement observed here from 25.36s to 2.86s. | ||||
* | Fix build | Ian Lynagh | 2011-06-17 | 1 | -1/+1 |
| | |||||
* | * Merge in git patch from Michal Terepeta | David Waern | 2011-06-11 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | From 6fc71d067738ef4b7de159327bb6dc3d0596be29 Mon Sep 17 00:00:00 2001 From: Michal Terepeta <michal.terepeta@gmail.com> Date: Sat, 14 May 2011 19:18:22 +0200 Subject: [PATCH] Follow the change of TypeSig in GHC. This follows the change in GHC to make TypeSig take a list of names (instead of just one); GHC ticket #1595. This should also improve the Haddock output in case the user writes a type signature that refers to many names: -- | Some comment.. foo, bar :: ... will now generate the expected output with one signature for both names. | ||||
* | Put title outside doc div when HTML:fying title+prologue | David Waern | 2011-01-22 | 1 | -1/+1 |
| | | | | | Avoids indenting the title, and makes more sense since the title is not a doc string anyway. | ||||
* | Haddockify ppHtml comments | David Waern | 2010-12-06 | 1 | -11/+11 |
| | |||||
* | Add a flag --pretty-html for rendering indented html with newlines | David Waern | 2010-12-06 | 1 | -20/+24 |
| | |||||
* | hlint police | David Waern | 2010-11-16 | 1 | -19/+17 |
| | |||||
* | Remove docNameOcc under the motto "don't name compositions" | David Waern | 2010-11-15 | 1 | -2/+2 |
| | |||||
* | Change to index pages: include an 'All' option even when subdividing A-Z. | rrnewton | 2010-10-24 | 1 | -5/+10 |
| | |||||
* | Use "qual" as an abbreviation for qualification instead of "quali" for ↵ | David Waern | 2010-10-16 | 1 | -32/+32 |
| | | | | consistency | ||||
* | Solve conflicts | David Waern | 2010-10-16 | 1 | -13/+15 |
| | |||||
* | adding support for local and relative name qualification | Tobias Brandt | 2010-08-27 | 1 | -1/+5 |
| | |||||
* | adding the option to fully qualify identifiers | Tobias Brandt | 2010-08-27 | 1 | -28/+30 |
| | |||||
* | make TOC group header identifiers validate | Mark Lentczner | 2010-09-04 | 1 | -2/+5 |
| | |||||
* | make portability block be a table - solves layout issues | Mark Lentczner | 2010-08-29 | 1 | -4/+5 |
| | |||||
* | don't collapse entries in module list when clicking on links | Mark Lentczner | 2010-08-17 | 1 | -6/+13 |
| | |||||
* | clean up collapser logics | Mark Lentczner | 2010-08-17 | 1 | -4/+4 |
| | | | | | | | | javascript code for collapasble sections cleaned up rewrote class utilities in javascript to be more robust refactored utilities for generating collapsable sections made toc be same color as synopsis module list has needed clear attribute in CSS | ||||
* | build style menu in javascript | Mark Lentczner | 2010-08-14 | 1 | -10/+9 |
| | | | | | | | | moved to javascript, so as to not polute the content with the style menu removed menu building code in Themes.hs removed onclick in Utils.hs changed text of button in header from "Source code" to "Source" more consistent with links in rest of page | ||||
* | move frames button to js | Mark Lentczner | 2010-08-13 | 1 | -4/+3 |
| | |||||
* | add Frames button and clean up frames.html | Mark Lentczner | 2010-08-13 | 1 | -1/+3 |
| | |||||
* | removed underlining on hover for named anchors | Mark Lentczner | 2010-08-13 | 1 | -1/+1 |
| | | | | | headings in interface lost thier a element, no need, just put id on heading css for a elements now only applies to those with href attribute | ||||
* | improved synopsis drawer: on click, not hover | Mark Lentczner | 2010-07-30 | 1 | -2/+2 |
| | |||||
* | styling tweaks | Mark Lentczner | 2010-07-29 | 1 | -2/+2 |
| | | | | | | | | don't generate an empty li for absent style menu in links area update css for Classic and Snappy to handle: dl lists links in package header and in declarations floating of links and info block in package and module headers | ||||
* | make info block and package bar links be floatable by placing them first in ↵ | Mark Lentczner | 2010-07-28 | 1 | -3/+3 |
| | | | | the dom tree | ||||
* | remove custom version of copyFile in Xhtml.hs | Mark Lentczner | 2010-07-27 | 1 | -20/+1 |
| | |||||
* | give a class to empty dd elements so they can be hidden | Mark Lentczner | 2010-07-27 | 1 | -1/+1 |
| | |||||
* | make module list use new collapsers | Mark Lentczner | 2010-07-26 | 1 | -6/+6 |
| | |||||
* | reorganize files in the html lib data dir | Mark Lentczner | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | command like processing for theme selection | Mark Lentczner | 2010-07-23 | 1 | -39/+39 |
| | | | | | | | The bulk of the change is threadnig the selected theme set through functions in Xhtml.hs so that the selected themes can be used when generating the page output. There isn't much going on in most of these changes, just passing it along. The real work is all done in Themes.hs. | ||||
* | remove --html-help support - it was old, out-of-date, and mostly missing | Mark Lentczner | 2010-07-22 | 1 | -55/+5 |
| | |||||
* | move CSS Theme functions into Themes.hs | Mark Lentczner | 2010-07-20 | 1 | -1/+2 |
| | |||||
* | Style police in H.B.Xhtml | David Waern | 2010-07-21 | 1 | -8/+41 |
| | |||||
* | Align a few comments | David Waern | 2010-07-21 | 1 | -18/+18 |
| | |||||
* | Remove trailing whitespace in Haddock.Backends.Xhtml | David Waern | 2010-07-21 | 1 | -66/+65 |
| | |||||
* | rename Haddock.Backends.Xhtml.Util to Utils | Mark Lentczner | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | refactoring of anchor ID and fragment handling | Mark Lentczner | 2010-07-19 | 1 | -4/+3 |
| | |||||
* | add .doc class to documentation blocks | Mark Lentczner | 2010-07-18 | 1 | -3/+3 |
| | |||||
* | added content div to main pages | Mark Lentczner | 2010-07-18 | 1 | -1/+1 |
| | |||||
* | fixed alphabet on index page, and styling of it and packages in module lists | Mark Lentczner | 2010-07-18 | 1 | -7/+7 |
| | |||||
* | moved footer into only place that used it | Mark Lentczner | 2010-07-17 | 1 | -9/+5 |
| | |||||
* | refactored out main page body generation | Mark Lentczner | 2010-07-17 | 1 | -46/+33 |
| | |||||
* | factored out head element generation | Mark Lentczner | 2010-07-17 | 1 | -33/+25 |
| | |||||
* | convert index.html to new markup, adjust module markup | Mark Lentczner | 2010-07-17 | 1 | -127/+105 |
| | |||||
* | convert index to new markup | Mark Lentczner | 2010-07-16 | 1 | -68/+34 |
| | |||||
* | reformat index-frames | Mark Lentczner | 2010-07-16 | 1 | -3/+2 |
| | |||||
* | new output for mini_ pages | Mark Lentczner | 2010-07-16 | 1 | -29/+19 |
| | |||||
* | fixed package catpion, added style menu | Mark Lentczner | 2010-07-16 | 1 | -2/+2 |
| |