aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockLex.hs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2002-04-26 11:18:56 by simonmar]simonmar2002-04-261-1/+1
| | | | | | | - support for fundeps (partially contributed by Brett Letner - thanks Brett). - make it build with GHC 4.08.2
* [haddock @ 2002-04-10 13:23:13 by simonmar]simonmar2002-04-101-5/+14
| | | | | Lex URLs as a single token to avoid having to escape special characters inside the URL string.
* [haddock @ 2002-04-09 11:33:54 by simonmar]simonmar2002-04-091-1/+1
| | | | | | | | - add the <...> syntax for marking up URLs in documentation - Make the output for data & class declarations more compact when there aren't any documentation annotations on the individual methods or constructors respectively.
* [haddock @ 2002-04-04 16:23:43 by simonmar]simonmar2002-04-041-0/+67
This is Haddock, my stab at a Haskell documentation tool. It's not quite ready for release yet, but I'm putting it in the repository so others can take a look. It uses a locally modified version of the hssource parser, extended with support for GHC extensions and documentation annotations.