aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [haddock @ 2004-05-25 09:34:54 by simonmar]simonmar2004-05-251-0/+10
| | | | Add some TODO items
* [haddock @ 2004-05-21 06:38:14 by mthomas]mthomas2004-05-211-1/+9
| | | | Windows exe extensions (bin remains for Unix).
* [haddock @ 2004-05-19 13:10:23 by ross]ross2004-05-191-41/+46
| | | | | | | Make the handling of "deriving" slightly smarter, by ignoring data constructor arguments that are identical to the lhs. Now handles things like data Tree a = Leaf a | Branch (Tree a) (Tree a) deriving ...
* [haddock @ 2004-05-10 10:11:51 by simonmar]simonmar2004-05-101-0/+3
| | | | Update
* [haddock @ 2004-05-09 14:39:53 by panne]panne2004-05-091-2/+2
| | | | | | Fix the fix for single-line comment syntax, ------------------------------------------- is now a valid comment line again.
* [haddock @ 2004-05-07 15:14:56 by simonmar]simonmar2004-05-071-3/+3
| | | | | - update copyright - add version to abstract
* [haddock @ 2004-04-20 13:08:04 by simonmar]simonmar2004-04-201-2/+2
| | | | | | Allow a 'type' declaration to include documentation comments. These will be ignored by Haddock, but at least one user (Johannes Waldmann) finds this feature useful, and it's easy to add.
* [haddock @ 2004-04-14 10:03:25 by simonmar]simonmar2004-04-141-2/+2
| | | | fix for single-line comment syntax
* [haddock @ 2004-03-27 12:52:34 by panne]panne2004-03-271-1/+1
| | | | Add a doctype for the contents page, too.
* [haddock @ 2004-03-27 10:32:20 by panne]panne2004-03-271-1/+1
| | | | "type" is a required attribute of the "script" element
* [haddock @ 2004-03-27 09:57:57 by panne]panne2004-03-272-1/+8
| | | | Added the new-born haddock.js to the build process and the documentation.
* [haddock @ 2004-03-25 16:00:36 by simonmar]simonmar2004-03-252-17/+29
| | | | Remove all that indentation in the generated HTML to keep the file sizes down.
* [haddock @ 2004-03-25 15:45:10 by simonmar]simonmar2004-03-251-2/+2
| | | | Eliminate some unnecessary spaces in the HTML rendering
* [haddock @ 2004-03-25 15:20:55 by simonmar]simonmar2004-03-251-4/+9
| | | | Update
* [haddock @ 2004-03-25 15:17:23 by simonmar]simonmar2004-03-254-18/+64
| | | | | | | | | | Add support for collaspible parts of the page, with a +/- button and a bit of JavaScript. Make the instances collapsible, and collapse them by default. This makes documentation with long lists of instances (eg. the Prelude) much easier to read. Maybe we should give other documentation sections the same treatment.
* [haddock @ 2004-03-25 10:29:56 by simonmar]simonmar2004-03-251-1/+10
| | | | | | If a name is imported from two places, one hidden and one not, choose the unhidden one to link to. Also, when there's only a hidden module to link to, don't try linking to it.
* [haddock @ 2004-03-25 10:02:41 by simonmar]simonmar2004-03-252-1/+16
| | | | Duplicate instance bug.
* [haddock @ 2004-03-25 10:01:42 by simonmar]simonmar2004-03-251-2/+1
| | | | Fix duplicate instance bug
* [haddock @ 2004-03-25 09:35:14 by simonmar]simonmar2004-03-251-2/+3
| | | | restrictTo: fix for restricting a newtype with a record field.
* [haddock @ 2004-03-24 10:16:17 by simonmar]simonmar2004-03-242-0/+28
| | | | Record export tests.
* [haddock @ 2004-03-24 10:12:08 by simonmar]simonmar2004-03-241-4/+16
| | | | Make restrictCons take into account record field names too (removing a ToDo).
* [haddock @ 2004-03-24 10:10:50 by simonmar]simonmar2004-03-241-19/+13
| | | | | | | | | | mkExportItems fix & simplification: we should be looking at the actual exported names (calculated earlier) to figure out which subordinates of a declaration are exported. This means that if you export a record, and name its fields separately in the export list, the fields will still be visible in the documentation for the constructor.
* [haddock @ 2004-03-24 09:42:10 by simonmar]simonmar2004-03-244-0/+7
| | | | hiding bug from Ross Paterson (fixed in rev 1.59 of Main.hs)
* [haddock @ 2004-03-22 14:09:03 by simonmar]simonmar2004-03-221-12/+12
| | | | | | | | getReExports was bogus: we should really look in the import_env to find the documentation for an entity which we are re-exporting without documentation. Suggested by: Ross Paterson (patch modified by me).
* [haddock @ 2004-03-18 14:21:29 by simonmar]simonmar2004-03-181-1/+1
| | | | Fix URL
* [haddock @ 2004-03-15 12:24:05 by simonmar]simonmar2004-03-151-0/+3
| | | | Add an item.
* [haddock @ 2004-03-12 11:33:39 by simonmar]simonmar2004-03-121-0/+7
| | | | Add an item.
* [haddock @ 2004-02-16 10:21:35 by simonmar]simonmar2004-02-161-0/+3
| | | | Add a TODO
* [haddock @ 2004-02-10 18:38:45 by panne]panne2004-02-101-4/+11
| | | | Make Haddock link with the latest relocated monad transformer package
* [haddock @ 2004-02-10 12:10:08 by simonmar]simonmar2004-02-101-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]simonmar2004-02-101-1/+1
| | | | Don't throw away whitespace at the beginning of a line (experimental fix).
* [haddock @ 2004-02-03 11:02:03 by simonmar]simonmar2004-02-031-1/+1
| | | | Fix bug in index generation
* [haddock @ 2004-01-09 12:45:46 by simonmar]simonmar2004-01-091-5/+8
| | | | Add -optP-P to example ghc command line.
* [haddock @ 2004-01-08 10:14:24 by simonmar]simonmar2004-01-081-4/+33
| | | | Add instructions for using GHC to pre-process source for feeding to Haddock.
* [haddock @ 2003-12-29 17:16:31 by panne]panne2003-12-291-4/+4
| | | | Updated my email address
* [haddock @ 2003-11-28 12:09:58 by simonmar]simonmar2003-11-282-11/+37
| | | | | | Fix some of the problems with Haddock generating pages that are too wide. Now we only specify 'nowrap' when it is necessary to avoid a code box getting squashed up by the text to the right of it.
* [haddock @ 2003-11-28 12:08:00 by simonmar]simonmar2003-11-281-4/+5
| | | | update
* [haddock @ 2003-11-12 10:03:39 by simonmar]simonmar2003-11-121-1/+1
| | | | 2002 -> 2003
* [haddock @ 2003-11-11 12:10:44 by simonmar]simonmar2003-11-111-5/+4
| | | | | | | | | Go back to producing just the documentation section, rather than just the synopsis section, for a module with no documentation annotations. One reason is that the synopsis section tries to link each entity to its documentation on the same page. Also, the doc section anchors each entity, and it lists instances which the synopsis doesn't.
* [haddock @ 2003-11-11 09:57:25 by simonmar]simonmar2003-11-111-1/+1
| | | | Version 0.6
* [haddock @ 2003-11-10 16:15:18 by simonmar]simonmar2003-11-107-7/+7
| | | | copyright update
* [haddock @ 2003-11-10 15:15:58 by simonmar]simonmar2003-11-101-1/+1
| | | | getReExports: one error case that isn't
* [haddock @ 2003-11-10 15:10:53 by simonmar]simonmar2003-11-101-0/+37
| | | | Version 0.6 changes
* [haddock @ 2003-11-10 14:51:59 by simonmar]simonmar2003-11-101-16/+17
| | | | | Fix for getReExports: take into account names which are not visible because they are re-exported from a different package.
* [haddock @ 2003-11-10 14:41:05 by simonmar]simonmar2003-11-104-13/+48
| | | | | | | | | | | | | | | | | | | | | Re-exporting names from a different package is problematic, because we don't have access to the full documentation for the entity. Currently Haddock just ignores entities with no documentation, but this results in bogus-looking empty documentation for many of the modules in the haskell98 package. So: - the documentation will now just list the name, as a link pointing to the location of the actual documentation. - now we don't attempt to link to these re-exported entities if they are referred to by the current module. Additionally: - If there is no documentation in the current module, include just the Synopsis section (rather than just the documentation section, as it was before). This just looks nicer and was on the TODO list.
* [haddock @ 2003-11-06 16:51:50 by simonmar]simonmar2003-11-061-4/+0
| | | | update
* [haddock @ 2003-11-06 16:51:23 by simonmar]simonmar2003-11-061-2/+2
| | | | Bump to 0.6
* [haddock @ 2003-11-06 16:50:28 by simonmar]simonmar2003-11-061-3/+57
| | | | Add -k/--package docs
* [haddock @ 2003-11-06 16:48:11 by simonmar]simonmar2003-11-066-49/+102
| | | | | | | | | - Include the OptHide setting in the interface, so we don't include hidden modules in the combined index/contents. - Add a -k/--package flag to set the package name for the current set of modules. The package name for each module is now shown in the right-hand column of the contents, in a combined contents page.
* [haddock @ 2003-11-06 14:47:36 by simonmar]simonmar2003-11-061-10/+0
| | | | | Remove the 'Parent' button - it is of dubious use, and often points into thin air.