aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockParse.y
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2002-04-10 16:28:05 by simonmar]simonmar2002-04-101-1/+7
| | | | | | Parse errors in doc strings are now reported as warnings rather that causing the whole thing to fall over. It still needs cleaning up (the warning is emitted with trace) but this will do for the time being.
* [haddock @ 2002-04-10 13:23:13 by simonmar]simonmar2002-04-101-4/+3
| | | | | 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-0/+3
| | | | | | | | - 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:24:10 by simonmar]simonmar2002-04-041-0/+55
forgot one file