aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockLex.hs
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2002-05-09 10:33:14 by simonmar]simonmar2002-05-091-1/+1
| | | | oops, left out '/' from the special characters in the last change.
* [haddock @ 2002-05-08 13:37:25 by simonmar]simonmar2002-05-081-1/+1
| | | | | | | | | | Change the markup for typewriter-font from [...] to @...@. The reasoning is that the '@' symbol is much less likely to be needed than square brackets, and we don't want to have to escape square brackets in code fragments. This will be mildly painful in the short term, but it's better to get the change out of the way as early as possible.
* [haddock @ 2002-05-07 15:37:15 by simonmar]simonmar2002-05-071-2/+8
| | | | Allow code blocks to be denoted with bird-tracks in addition to [...].
* [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.