Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style police. | David Waern | 2012-02-04 | 1 | -2/+2 |
| | |||||
* | Make sure that generated xhtml is valid (close #186) | Simon Hengel | 2012-01-12 | 1 | -0/+9 |
| | | | | Thanks to Phyx. | ||||
* | Fix build | Ian Lynagh | 2011-06-17 | 1 | -1/+3 |
| | |||||
* | * Merge in git patch from Michal Terepeta | David Waern | 2011-06-11 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | hlint police | David Waern | 2010-11-16 | 1 | -5/+5 |
| | |||||
* | Use "qual" as an abbreviation for qualification instead of "quali" for ↵ | David Waern | 2010-10-16 | 1 | -9/+9 |
| | | | | consistency | ||||
* | Solve conflicts | David Waern | 2010-10-16 | 1 | -1/+2 |
| | |||||
* | adding the option to fully qualify identifiers | Tobias Brandt | 2010-08-27 | 1 | -17/+17 |
| | |||||
* | Add source entity path to --read-interface | David Waern | 2010-08-29 | 1 | -2/+4 |
| | | | | | | | | | | | | | You can now use this flag like this: --read-interface=<html path>,<source entity path>,<.haddock file> By "source entity path" I mean the same thing that is specified with the --source-entity flag. The purpose of this is to be able to specify the source entity path per package, to allow source links to work in the presence of cross-package documentation. When given two arguments or less the --read-interface flag behaves as before. | ||||
* | Whitespace police | David Waern | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | clean up collapser logics | Mark Lentczner | 2010-08-17 | 1 | -4/+5 |
| | | | | | | | | 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 | ||||
* | give a class to empty dd elements so they can be hidden | Mark Lentczner | 2010-07-27 | 1 | -6/+2 |
| | |||||
* | make module list use new collapsers | Mark Lentczner | 2010-07-26 | 1 | -3/+1 |
| | |||||
* | change how collapsing sections are done | Mark Lentczner | 2010-07-25 | 1 | -3/+7 |
| | | | | | | make whole .caption be the target improve javascript for class toggling have plus/minus images come from .css, not img tags | ||||
* | fields are def lists, tweak css for style menu, mini pages, arguments | Mark Lentczner | 2010-07-24 | 1 | -4/+1 |
| | |||||
* | tweaks for dl layout, though still not used | Mark Lentczner | 2010-07-23 | 1 | -1/+3 |
| | |||||
* | Style police | David Waern | 2010-07-21 | 1 | -2/+20 |
| | |||||
* | Remove more trailing whitespace | David Waern | 2010-07-21 | 1 | -10/+10 |
| | |||||
* | rename Haddock.Backends.Xhtml.Util to Utils | Mark Lentczner | 2010-07-19 | 1 | -1/+1 |
| | |||||
* | add .doc class to documentation blocks | Mark Lentczner | 2010-07-18 | 1 | -2/+2 |
| | |||||
* | added content div to main pages | Mark Lentczner | 2010-07-18 | 1 | -2/+3 |
| | |||||
* | cleaned up div functions in Layout.hs | Mark Lentczner | 2010-07-18 | 1 | -17/+22 |
| | |||||
* | fixed alphabet on index page, and styling of it and packages in module lists | Mark Lentczner | 2010-07-18 | 1 | -2/+3 |
| | |||||
* | clean up Layout.hs: no more vanillaTable | Mark Lentczner | 2010-07-17 | 1 | -8/+4 |
| | |||||
* | convert index.html to new markup, adjust module markup | Mark Lentczner | 2010-07-17 | 1 | -3/+5 |
| | |||||
* | convert index to new markup | Mark Lentczner | 2010-07-16 | 1 | -1/+1 |
| | |||||
* | reformat index-frames | Mark Lentczner | 2010-07-16 | 1 | -3/+6 |
| | |||||
* | new output for mini_ pages | Mark Lentczner | 2010-07-16 | 1 | -0/+5 |
| | |||||
* | clean up synopsis lists | Mark Lentczner | 2010-07-14 | 1 | -8/+7 |
| | |||||
* | methods and associated types in new layout scheme | Mark Lentczner | 2010-07-14 | 1 | -11/+18 |
| | |||||
* | removing old table cruft from Layout.hs | Mark Lentczner | 2010-07-14 | 1 | -19/+1 |
| | |||||
* | convert instances to SubDecl | Mark Lentczner | 2010-07-14 | 1 | -7/+10 |
| | |||||
* | convert args to SubDecl format | Mark Lentczner | 2010-07-14 | 1 | -0/+5 |
| | |||||
* | made subDecl tables looks just so | Mark Lentczner | 2010-07-14 | 1 | -4/+16 |
| | |||||
* | better interface to subDecls | Mark Lentczner | 2010-07-14 | 1 | -10/+28 |
| | |||||
* | constructors and args as dl lists, built in Layout.hs | Mark Lentczner | 2010-07-14 | 1 | -4/+14 |
| | |||||
* | change to new page structure | Mark Lentczner | 2010-07-13 | 1 | -1/+35 |
| | |||||
* | merge in changes from the big-whitespace cleanup | Mark Lentczner | 2010-05-24 | 1 | -2/+8 |
| | |||||
* | remove unused bodyBox | Mark Lentczner | 2010-04-25 | 1 | -3/+0 |
| | |||||
* | fixed surround of instance and constructor tables | Mark Lentczner | 2010-04-25 | 1 | -6/+6 |
| | |||||
* | removed declWithDoc and cleaned up data decls in summary | Mark Lentczner | 2010-04-12 | 1 | -11/+0 |
| | |||||
* | all decls now generate Html not HtmlTable | Mark Lentczner | 2010-04-04 | 1 | -30/+16 |
| | | | | | | | | | | | - ppDecl return Html, and so now do all of the functions it calls - added some internal tables to some decls, which is wrong, and will have to be fixed - decl "Box" functions became "Elem" functions to make clear they aren't in a table anymore (see Layout.hs) - docBox went away, as only used in one place (and its days are numbered) - cleaned up logic in a number of places, removed dead code - added maybeDocToHtml which simplified a number of places in the code | ||||
* | add exports to Xhtml modules | Mark Lentczner | 2010-03-21 | 1 | -0/+1 |
| | |||||
* | Position of module header, this time in the HTML backends | David Waern | 2010-05-13 | 1 | -1/+0 |
| | |||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -0/+127 |
switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString) |