Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Export missing types from Documentation.Haddock | Simon Hengel | 2012-11-28 | 1 | -0/+4 |
| | |||||
* | Export more types from Documentation.Haddock (fixes #216) | Simon Hengel | 2012-10-10 | 1 | -0/+2 |
| | |||||
* | Export Haddock's main entry point from library | Simon Hengel | 2012-10-04 | 1 | -3/+4 |
| | |||||
* | Make API buildable with GHC 7.6. | David Waern | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Minor fixes and cleanup. | David Waern | 2011-12-28 | 1 | -1/+0 |
| | |||||
* | Go back to having a doc, sub and decl map instead of one big decl map. | David Waern | 2011-12-27 | 1 | -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 updates | David Waern | 2010-11-20 | 1 | -2/+1 |
| | |||||
* | Remove docNameOcc under the motto "don't name compositions" | David Waern | 2010-11-15 | 1 | -1/+0 |
| | |||||
* | Follow recent API additions with some refactorings | David Waern | 2010-08-26 | 1 | -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 Hengel | 2010-08-08 | 1 | -0/+4 |
| | | | | Haddock API | ||||
* | Trailing whitespace in Documentation.Haddock | David Waern | 2010-07-21 | 1 | -3/+3 |
| | |||||
* | Export a couple of more types from the API | David Waern | 2010-05-13 | 1 | -0/+2 |
| | |||||
* | Position the module header the same way everywhere | David Waern | 2010-05-13 | 1 | -2/+0 |
| | | | | Silly, but nice with some consistency :-) | ||||
* | Fix warning | david.waern | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Wibble | david.waern | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Add HaddockModInfo to the API | david.waern | 2010-02-25 | 1 | -0/+1 |
| | |||||
* | Large additions to the Haddock API | david.waern | 2010-02-24 | 1 | -8/+46 |
| | | | | Also improved and added more doc comments. | ||||
* | Rename Distribution.Haddock into Documentation.Haddock | David Waern | 2009-11-28 | 1 | -0/+22 |