aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update docs for @sinceMateusz Kowalczyk2014-12-181-0/+34
|
* Fix parsing of identifiers written in infix wayMateusz Kowalczyk2014-11-041-1/+3
|
* Allow an optional colon after the closing bracket of definition listsSimon Hengel2014-11-031-9/+4
| | | | | This is to disambiguate them from markdown links and will be require with a future release.
* Add support for markdown imagesSimon Hengel2014-11-031-8/+11
|
* Update documentationSimon Hengel2014-11-031-12/+32
|
* Experimental support for collapsable headersMateusz Kowalczyk2014-10-291-2/+21
| | | | Closes #335
* Mention --print-missing-docsMateusz Kowalczyk2014-09-041-0/+12
|
* Make the doc parser not complainMateusz Kowalczyk2014-08-311-1/+9
|
* Bump version in docMateusz Kowalczyk2014-08-311-1/+1
|
* Bump down the version for master to 2.14.4Mateusz Kowalczyk2014-08-141-1/+1
|
* Fix anchors. Closes #308.Mateusz Kowalczyk2014-06-251-2/+5
|
* Clear up highlighting of identifiers with ‘'’s.Mateusz Kowalczyk2014-06-051-0/+5
|
* Fix up some whitespaceMateusz Kowalczyk2014-03-111-783/+783
|
* Bump version to 2.15.0Mateusz Kowalczyk2014-03-111-1/+1
|
* Add documentation for --source-entity-lineNiklas Haas2014-03-111-0/+7
|
* Change rendering of duplicate record field docsMateusz Kowalczyk2014-02-271-0/+23
| | | | | | | | See Haddock Trac #195. We now change this behaviour to only rendering the documentation attached to the first instance of a duplicate field. Perhaps we could improve this by rendering the first instance that has documentation attached to it but for now, we'll stick with this.
* Fix wording in the docsMateusz Kowalczyk2014-02-241-3/+3
|
* Add support for type/data familiesnand2014-02-111-2/+10
| | | | | | | | This adds support for type/data families with their respective instances, as well as closed type families and associated type/data families. Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
* Document module header.Mateusz Kowalczyk2014-02-091-8/+62
| | | | Fixes Haddock Trac #270.
* Update documentation.Mateusz Kowalczyk2014-01-121-68/+250
|
* Bump versionSimon Hengel2013-11-101-1/+1
|
* Bump versionSimon Hengel2012-12-071-1/+1
|
* Update version in html tests, rpm spec file, and user manualSimon Hengel2012-10-131-1/+1
|
* Add documentation for propertiesSimon Hengel2012-10-101-0/+12
|
* Fix typo in documentationSimon Hengel2012-10-101-1/+1
|
* Bump versionSimon Hengel2012-10-101-1/+1
|
* Add documentation for URL labelsSimon Hengel2012-09-081-0/+7
|
* Update doc/READMESimon Hengel2012-09-081-0/+1
|
* Bump version number.David Waern2012-07-231-1/+1
|
* Bump version number.David Waern2012-05-161-1/+1
|
* Bump version.David Waern2011-12-271-1/+1
|
* Bump version to 2.9.4David Waern2011-10-041-1/+1
|
* Bump to version 2.9.3David Waern2011-09-261-1/+1
|
* Add documentation for "support for blank lines in the result of examples"Simon Hengel2011-04-081-0/+3
|
* Bump versionDavid Waern2011-01-081-1/+1
|
* Fix spelling error - contributed by Marco SilvaDavid Waern2011-01-221-1/+1
|
* Bump versionDavid Waern2010-12-191-1/+1
|
* Docs: Mention that \ is a special character in markupDavid Waern2010-12-091-1/+1
|
* Bump versionDavid Waern2010-12-061-1/+1
|
* Remove --debug. It was't used, and --verbosity should take its placeDavid Waern2010-12-061-14/+0
|
* documentation for qualificationtob.brandt2010-11-231-0/+55
|
* Bump version to 2.8.2David Waern2010-11-141-1/+1
|
* Bump versionDavid Waern2010-11-141-1/+1
|
* Update copyright years in licenseDavid Waern2010-09-021-1/+1
|
* Add a list of contributors to the user guideDavid Waern2010-09-021-6/+48
| | | | | | | | | | | Break out everyone thanked in the `Acknowledgements` chapter into a separate contributor list and add everyone from `darcs show authors`. We consider everyone who is thanked to be a contributor as a conservative estimation :-) I have added some more contributors that I know about, who were not in the darcs history, but others may be missing. So please add anyone that you think is missing from the list.
* Improve docs for --no-tmp-comp-dirDavid Waern2010-09-011-7/+10
|
* Replace ghci> with >>> in example syntaxDavid Waern2010-09-011-5/+5
|
* Update doc configure script to find docbook stylesheets on arch linuxDavid Waern2010-09-011-1/+1
|
* update options documentationMark Lentczner2010-09-011-27/+93
| | | | | | rewrote doc for --html added doc for --theme and --built-in-themes added --use-contents and --gen-contents
* sort options in doc to match --help outputMark Lentczner2010-09-011-175/+115
| | | | removed --html-help option, as it is no longer supported