aboutsummaryrefslogtreecommitdiff
path: root/src/Documentation/Haddock.hs
Commit message (Collapse)AuthorAgeFilesLines
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-89/+0
|
* export things to allow customizing how the Ghc session is runLuite Stegeman2014-08-221-1/+7
|
* Move parser + parser tests out to own package.Mateusz Kowalczyk2014-05-051-1/+2
| | | | | | | | | | We move some types out that are necessary as well and then re-export and specialise them in the core Haddock. Reason for moving out spec tests is that if we're working on the parser, we can simply work on that and we can ignore the rest of Haddock. The downside is that it's a little inconvenient if at the end of the day we want to see that everything passes.
* Export missing types from Documentation.HaddockSimon Hengel2012-11-281-0/+4
|
* Export more types from Documentation.Haddock (fixes #216)Simon Hengel2012-10-101-0/+2
|
* Export Haddock's main entry point from librarySimon Hengel2012-10-041-3/+4
|
* Make API buildable with GHC 7.6.David Waern2012-09-281-1/+1
|
* Minor fixes and cleanup.David Waern2011-12-281-1/+0
|
* Go back to having a doc, sub and decl map instead of one big decl map.David Waern2011-12-271-1/+0
| | | | | | | | | This setup makes more sense since when we add value bindings to the processed declarations (for type inference), we will have multiple declarations which should share documentation. Also, we already have a separate doc map for instances which we can now merge into the main doc map. Another benefit is that we don't need the DeclInfo type any longer.
* Haddock documentation updatesDavid Waern2010-11-201-2/+1
|
* Remove docNameOcc under the motto "don't name compositions"David Waern2010-11-151-1/+0
|
* Follow recent API additions with some refactoringsDavid Waern2010-08-261-1/+15
| | | | | Simon Hegel's patch prompted me to do some refactorings in Main, Haddock.Documentation and Haddock.Interface.
* Add createInterfaces' (a more high-level alternative to createInterfaces) to ↵Simon Hengel2010-08-081-0/+4
| | | | Haddock API
* Trailing whitespace in Documentation.HaddockDavid Waern2010-07-211-3/+3
|
* Export a couple of more types from the APIDavid Waern2010-05-131-0/+2
|
* Position the module header the same way everywhereDavid Waern2010-05-131-2/+0
| | | | Silly, but nice with some consistency :-)
* Fix warningdavid.waern2010-03-161-1/+1
|
* Wibbledavid.waern2010-02-251-1/+1
|
* Add HaddockModInfo to the APIdavid.waern2010-02-251-0/+1
|
* Large additions to the Haddock APIdavid.waern2010-02-241-8/+46
| | | | Also improved and added more doc comments.
* Rename Distribution.Haddock into Documentation.HaddockDavid Waern2009-11-281-0/+22