Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [haddock @ 2004-02-10 12:10:08 by simonmar] | simonmar | 2004-02-10 | 1 | -1/+11 |
| | | | | | Fix for previous commit: I now realise why the whitespace was stripped from the beginning of the line. Work around it. | ||||
* | [haddock @ 2004-02-10 11:51:16 by simonmar] | simonmar | 2004-02-10 | 1 | -1/+1 |
| | | | | Don't throw away whitespace at the beginning of a line (experimental fix). | ||||
* | [haddock @ 2003-11-06 12:39:46 by simonmar] | simonmar | 2003-11-06 | 1 | -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] | simonmar | 2003-08-19 | 1 | -6/+6 |
| | | | | Further wibbles to the syntax. | ||||
* | [haddock @ 2003-08-18 11:48:46 by simonmar] | simonmar | 2003-08-18 | 1 | -4/+8 |
| | | | | Fixes to the new lexer. | ||||
* | [haddock @ 2003-08-15 14:42:59 by simonmar] | simonmar | 2003-08-15 | 1 | -0/+137 |
Convert the lexer to Alex, and fix a bug in the process. |