aboutsummaryrefslogtreecommitdiff
path: root/src/HaddockLex.x
Commit message (Collapse)AuthorAgeFilesLines
* [haddock @ 2003-11-06 12:39:46 by simonmar]simonmar2003-11-061-6/+19
| | | | | | | | | | | | | | | | | | | | | - Add definition lists, marked up like this: -- | This is a definition list: -- -- [@foo@] The description of @foo@. -- -- [@bar@] The description of @bar@. Cunningly, the [] characters are not treated specially unless a [ is found at the beginning of a paragraph, in which case the ] becomes special in the following text. - Add --use-contents and --gen-contents, along the lines of --use-index and --gen-index added yesterday. Now we can generate a combined index and contents for the whole of the hierarchical libraries, and in theory the index/contents on the system could be updated as new packages are added.
* [haddock @ 2003-08-19 09:09:03 by simonmar]simonmar2003-08-191-6/+6
| | | | Further wibbles to the syntax.
* [haddock @ 2003-08-18 11:48:46 by simonmar]simonmar2003-08-181-4/+8
| | | | Fixes to the new lexer.
* [haddock @ 2003-08-15 14:42:59 by simonmar]simonmar2003-08-151-0/+137
Convert the lexer to Alex, and fix a bug in the process.