| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward port changes from stable. | Paolo Capriotti | 2012-07-19 | 1 | -20/+15 |
|\ |
|
| * | Attach warnings to `Documentation` type | Simon Hengel | 2012-05-17 | 1 | -1/+1 |
| * | newtype-wrap Doc nodes for things that may have warnings attached | Simon Hengel | 2012-05-17 | 1 | -7/+5 |
| * | qualification style 'abbreviated' -> 'aliased' | Henning Thielemann | 2012-04-02 | 1 | -2/+2 |
| * | 'abbreviate' qualification style - basic support | Henning Thielemann | 2012-04-01 | 1 | -1/+2 |
| * | add QualOption type for distinction between qualification argument given by t... | Henning Thielemann | 2012-04-01 | 1 | -9/+5 |
| * | Mostly hlint-inspired cleanup. | David Waern | 2012-02-04 | 1 | -3/+3 |
| * | Make sure that generated xhtml is valid (close #186) | Simon Hengel | 2012-01-12 | 1 | -1/+1 |
* | | Follow refactoring of TyClDecl/HsTyDefn | Simon Peyton Jones | 2012-03-26 | 1 | -6/+2 |
|/ |
|
* | Allow doc comments to link to out-of-scope things (#78). | David Waern | 2011-11-26 | 1 | -19/+19 |
* | New kind-polymorphic core | Jose Pedro Magalhaes | 2011-11-11 | 1 | -2/+2 |
* | 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 |
* | 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 |
* | Put title outside doc div when HTML:fying title+prologue | David Waern | 2011-01-22 | 1 | -1/+1 |
* | 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 consis... | David Waern | 2010-10-16 | 1 | -32/+32 |
* | 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 |
* | build style menu in javascript | Mark Lentczner | 2010-08-14 | 1 | -10/+9 |
* | 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 |
* | 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 |
* | make info block and package bar links be floatable by placing them first in t... | Mark Lentczner | 2010-07-28 | 1 | -3/+3 |
* | 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 |
* | 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 |