aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Xhtml/Names.hs
Commit message (Collapse)AuthorAgeFilesLines
* qualification style 'abbreviated' -> 'aliased'Henning Thielemann2012-04-021-3/+3
|
* abbreviated qualification: use Packages.lookupModuleInAllPackages for ↵Henning Thielemann2012-04-021-1/+1
| | | | finding the package that a module belongs to
* 'abbreviate' qualification style - basic supportHenning Thielemann2012-04-011-6/+16
| | | | | Currently we ignore the package a module is imported from. This means that a module import would shadow another one with the same module name from a different package.
* add QualOption type for distinction between qualification argument given by ↵Henning Thielemann2012-04-011-6/+2
| | | | | the user and the actual qualification for a concrete module
* Fix crash when using --qual. Naughty GHC API!David Waern2012-04-011-1/+4
|
* Fix module reference bug.David Waern2011-11-261-3/+3
|
* Allow doc comments to link to out-of-scope things (#78).David Waern2011-11-261-1/+13
| | | | (A bug that should have been fixed long ago.)
* Re-order functionsDavid Waern2010-11-201-8/+8
|
* Re-structure qualification code a littleDavid Waern2010-11-201-20/+19
|
* add full qualification for undocumented namestob.brandt2010-11-201-3/+2
|
* hlint policeDavid Waern2010-11-161-4/+3
|
* Style policeDavid Waern2010-10-161-0/+4
|
* Use "qual" as an abbreviation for qualification instead of "quali" for ↵David Waern2010-10-161-13/+13
| | | | consistency
* adding support for local and relative name qualificationTobias Brandt2010-08-271-7/+32
|
* adding the option to fully qualify identifiersTobias Brandt2010-08-271-6/+11
|
* More style policeDavid Waern2010-07-211-1/+9
|
* Remove more trailing whitespaceDavid Waern2010-07-211-2/+2
|
* rename Haddock.Backends.Xhtml.Util to UtilsMark Lentczner2010-07-191-1/+1
|
* remove an explicit bold tag - replace with .def classMark Lentczner2010-07-191-1/+2
|
* refactoring of anchor ID and fragment handlingMark Lentczner2010-07-191-12/+18
|
* clean up of anchorsMark Lentczner2010-07-151-4/+1
|
* merge in changes from the big-whitespace cleanupMark Lentczner2010-05-241-2/+6
|
* add exports to Xhtml modulesMark Lentczner2010-03-211-0/+1
|
* Position of module header, this time in the HTML backendsDavid Waern2010-05-131-1/+0
|
* First, experimental XHTML renderingMark Lentczner2010-03-201-0/+76
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)