aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src/Haddock/Options.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix the documentation for haddock itself.Dominic Steinitz2015-12-211-0/+7
| | | | | | | | | | | | | | | Change notation and add support for inline math. Allow newlines in display math. Add a command line option for the mathjax url (you might want to use a locally installed version). Rebase tests because of extra url and version change. Respond to (some of the) comments. Fix warnings in InterfaceFile.hs
* Add support for providing custom CSS files for hyperlinked source.Łukasz Hanuszczak2015-06-301-0/+6
|
* Add command line option for generating hyperlinked source.Łukasz Hanuszczak2015-06-301-0/+3
|
* --package-name and --package-version flagsMateusz Kowalczyk2015-01-221-8/+29
| | | | | | Used for --hoogle amongst other things. Now we need to teach cabal to use it. The situation is still a bit sub-par because if the flags aren't passed in, the crash will occur. Closes #353.
* Print missing docs by defaultMateusz Kowalczyk2014-12-181-3/+3
| | | | Adds --no-print-missing-docs
* Move sources under haddock-api/srcMateusz Kowalczyk2014-08-231-0/+287