diff options
author | simonmar <unknown> | 2002-04-09 11:33:55 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-09 11:33:55 +0000 |
commit | 3675464e88e2aa252b6dc7cdfcd1082c1f9143f8 (patch) | |
tree | 75879497cd20b20b9460050a3a13393e593dabb2 /src/HaddockLex.hs | |
parent | 2d73fd75b8b17c660d2da5cf12c51d064028bdee (diff) |
[haddock @ 2002-04-09 11:33:54 by simonmar]
- 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.
Diffstat (limited to 'src/HaddockLex.hs')
-rw-r--r-- | src/HaddockLex.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HaddockLex.hs b/src/HaddockLex.hs index 9b224455..8e721996 100644 --- a/src/HaddockLex.hs +++ b/src/HaddockLex.hs @@ -12,7 +12,7 @@ module HaddockLex ( import IOExts --tmp import Char -special = "\'\"/[]" +special = "\'\"/[]<>" data Token = TokPara |