aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/src/Documentation/Haddock
Commit message (Expand)AuthorAgeFilesLines
* Remove dubious parseModLinkalexbiehl2021-02-071-4/+0
* Add support for labeled module referencesIñaki García Etxebarria2021-02-073-19/+53
* Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243)Xia Li-yao2020-12-082-2/+2
* Allow more characters in anchor following module reference (#1220)Xia Li-yao2020-12-081-2/+8
* `haddock-library` document header levelAlec Theriault2020-03-282-5/+5
* Fix crash in `haddock-library` on unicode spaceAlec Theriault2020-03-271-7/+7
* Update parsing to strip whitespace from table cells (#1074)Alina Banerjee2020-03-201-7/+7
* Fix build-failure regression for base < 4.7Herbert Valerio Riedel2019-12-083-29/+3
* Document error-prone conditional definition of instancesHerbert Valerio Riedel2019-12-081-0/+6
* Release haddock-2.23, haddock-library-1.8.0Alec Theriault2019-05-261-5/+5
* Better identifier parsingAlec Theriault2019-02-253-60/+202
* Support value/type namespaces on identifier linksAlec Theriault2019-02-252-8/+24
* Remove `Documentation.Haddock.Utf8`Alec Theriault2019-02-031-74/+0
* Fix warnings, accept outputAlec Theriault2018-12-122-2/+2
* Accept test caseAlec Theriault2018-11-061-1/+1
* Support (and flatten) inline markup in image linksAlec Theriault2018-11-062-5/+44
* Support hyperlink labels with inline markupAlec Theriault2018-11-063-41/+43
* Faster 'Text' driven parser combinatorsAlec Theriault2018-11-053-35/+83
* Build on 7.4 and 7.8Alec Theriault2018-10-161-1/+2
* Add docs for some DocH constructors (#814)Simon Jakobi2018-06-131-0/+3
* Replace 'attoparsec' with 'parsec' (#799)Alec Theriault2018-04-253-387/+348
* @since includes package name (#749)Alec Theriault2018-03-273-8/+14
* Make a proper definition for the <link> parserSimon Jakobi2018-03-141-4/+6
* Restore backward-compat with base-4.5 through base-4.8Herbert Valerio Riedel2018-03-102-2/+28
* Remove bang patternAlec Theriault2018-03-021-3/+3
* Support unicode operators, proper modulesAlec Theriault2018-03-022-24/+35
* Grid Tables (#718)Oleg Grenrus2018-02-013-4/+216
* Take until line feedalexbiehl2018-02-011-1/+1
* Remove scanner, takeWhile1_ already takes care of escapingalexbiehl2018-02-011-14/+1
* Treat escaped \] better in definition lists (#717)Alexander Biehl2018-02-011-1/+14
* Refactoring: Make doc renaming monadicalexbiehl2017-08-161-0/+3
* Bifoldable and Bitraversable for DocH and MetaDocalexbiehl2017-08-161-0/+61
* Provide --show-interface option to dump interfaces (#645)Alexander Biehl2017-08-061-1/+32
* Prepare haddock-library-1.4.5 releasealexbiehl2017-07-312-1/+13
* Fixup haddockAlexander Biehl2017-07-311-1/+1
* Move `DocMarkup` from haddock-api to haddock-library (#659)Alexander Biehl2017-07-312-0/+86
* Make haddock-library and haddock-api warning free (#626)Alex Biehl2017-05-301-1/+3
* Consequently use inClass and notInClass in haddock-library (#617)Alex Biehl2017-05-132-11/+19
* Make parser state a newtypeDavid Feuer2016-05-241-1/+1
* Fix the documentation for haddock itself.Dominic Steinitz2015-12-212-9/+16
* Handle inline math with mathjax.Dominic Steinitz2015-12-212-1/+16
* Make nested lists count indentation according to first item.Łukasz Hanuszczak2015-05-271-35/+46
* Create simple method for indentation parsing.Łukasz Hanuszczak2015-05-271-0/+9
* Filter '\r' from comments due to Windows problems.Vincent Berthoux2015-01-221-2/+3
* Only keep one Version instead of blindly appendingMateusz Kowalczyk2014-12-172-10/+17
* Disambiguate string-literalsHerbert Valerio Riedel2014-12-121-4/+4
* Update doctest parts of commentsMateusz Kowalczyk2014-12-101-18/+22
* Allow the parser to spit out meta-infoMateusz Kowalczyk2014-12-103-3/+43
* (wip) Add support for @since (closes #26)Simon Hengel2014-11-163-12/+49
* State intention rather than implementation details in Haddock commentSimon Hengel2014-11-161-1/+1