aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Document the --optghc flagDavid Waern2008-01-071-0/+11
|
* Update the "Using literate or pre-processed source" sectionDavid Waern2008-01-071-23/+6
|
* Remove --use-package, --package & --no-implicit.. flags from docsDavid Waern2008-01-071-49/+0
|
* Document -B optionDavid Waern2008-01-071-0/+12
|
* Update docs to say that Haddock accets .lhs files and module namesDavid Waern2008-01-071-3/+2
|
* Documentation fixDavid Waern2008-01-071-3/+1
|
* Change url to repo in documentationDavid Waern2008-01-071-1/+1
|
* Change version in docs and specDavid Waern2008-01-071-1/+1
|
* update version numberSimon Marlow2007-12-201-1/+1
|
* Manual merge of old patch:David Waern2007-11-111-0/+11
| | | | | | Sat Apr 21 04:36:43 CEST 2007 Roberto Zunino <zunrob@users.sf.net> * URL expansion for %%, %L, %{LINE}
* added substitution %{FILE///c}Conal Elliott2007-02-141-6/+14
|
* Rename haddock.js to haddock-util.jsSimon Marlow2006-10-111-1/+1
| | | | | | haddock.js will be run automatically by Windows when you type 'haddock' if it is found on the PATH, so rename to avoid confusion. Spotted by Adrian Hey.
* change doc references to CVS to give darcs repository location insteadMalcolm.Wallace2006-07-201-12/+8
|
* mention HsColour in the docs, next to option flags for linking to source codeMalcolm.Wallace2006-07-201-0/+5
|
* add section about derivingSimon Marlow2006-05-081-0/+32
|
* fix markupSimon Marlow2006-01-231-2/+2
|
* Add documentation for the new --source-* and --comments-* command line optionsDuncan Coutts2006-01-231-16/+118
|
* Add configure script and Makefile for the docssimonmar2005-10-297-3/+394
| | | | | | | | | Add a separate configure script and build system for building the documentation. The configure and Makefile code is stolen from fptools. This is left as a separate build system so that the main Cabal setup doesn't require a Unix build environment or DocBook XML tools.
* [haddock @ 2005-10-05 12:52:03 by simonmar]simonmar2005-10-051-1/+19
| | | | Document new behaviour of -s option
* [haddock @ 2005-05-18 12:41:59 by ross]ross2005-05-181-1/+17
| | | | fix 3 bugs in --use-package, and document it.
* [haddock @ 2005-02-23 15:57:12 by simonmar]simonmar2005-02-231-0/+8
| | | | Fix documentation regarding the module attributes.
* [haddock @ 2005-02-04 12:40:02 by simonmar]simonmar2005-02-041-30/+82
| | | | Update the documentation w.r.t. home modules and the not-home attribute.
* [haddock @ 2005-01-13 14:44:24 by ross]ross2005-01-131-0/+22
| | | | Describe numeric character references.
* [haddock @ 2004-08-26 20:08:49 by panne]panne2004-08-261-1/+1
| | | | | | | | SGML is dead, long live DocBook XML! Note: The BuildRequires tags in the spec files are still incomplete and the documentation about the DocBook tools needs to be updated, too. Stay tuned...
* [haddock @ 2004-08-18 16:42:54 by panne]panne2004-08-181-0/+1
| | | | Re-added indices + minor fixes
* [haddock @ 2004-08-16 19:59:36 by panne]panne2004-08-162-3/+5
| | | | XMLification
* [haddock @ 2004-08-02 18:17:46 by panne]panne2004-08-021-107/+180
| | | | Mainly DocBook fixes
* [haddock @ 2004-07-31 21:17:51 by krasimir]krasimir2004-07-311-45/+72
| | | | Document new features in HtmlHelp
* [haddock @ 2004-05-07 15:14:56 by simonmar]simonmar2004-05-071-3/+3
| | | | | - update copyright - add version to abstract
* [haddock @ 2004-03-27 09:57:57 by panne]panne2004-03-271-0/+7
| | | | Added the new-born haddock.js to the build process and the documentation.
* [haddock @ 2004-03-18 14:21:29 by simonmar]simonmar2004-03-181-1/+1
| | | | Fix URL
* [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-11-06 16:50:28 by simonmar]simonmar2003-11-061-3/+57
| | | | Add -k/--package docs
* [haddock @ 2003-11-05 17:16:04 by simonmar]simonmar2003-11-051-0/+26
| | | | | | | | | | | | | Support for generating a single unified index for several packages. --use-index=URL turns off normal index generation, causes Index links to point to URL. --gen-index generates an combined index from the specified interfaces. Currently doesn't work exactly right, because the interfaces don't contain the iface_reexported info. I'll need to fix that up.
* [haddock @ 2003-11-05 11:30:52 by simonmar]simonmar2003-11-051-0/+16
| | | | | | | | | - Suppress warnings about unknown imported modules by default. - Add a -v/--verbose flag to re-enable these warnings. The general idea is to suppress the "Warning: unknown module: Prelude" warnings which most Haddock users will see every time, and which aren't terribly useful.
* [haddock @ 2003-09-22 10:34:38 by simonmar]simonmar2003-09-221-0/+1
| | | | Allow installing of docs.
* [haddock @ 2003-08-27 07:50:02 by panne]panne2003-08-271-70/+97
| | | | | | | | | | | | | | | | | * Made -D a short option for --dump-interface. * Made -m a short option for --ms-help. * Made -n a short option for --no-implicit-prelude. * Made -c a short option for --css. * Removed DocBook options from executable (they didn't do anything), but mark them as reserved in the docs. Note that the short option for DocBook output is now -S (from SGML) instead of -d. The latter is now a short option for --debug. * The order of the Options in the documentation now matches the order printed by Haddock itself. Note: Although changing the names of options is often a bad idea, I'd really like to make the options for the programs in fptools more consistent and compatible to the ones used in common GNU programs.
* [haddock @ 2003-08-26 19:01:18 by panne]panne2003-08-261-5/+15
| | | | | | | | | Made option handling a bit more consistent with other tools, in particular: Every program in fptools should output * version info on stdout and terminate successfully when -V or --version * usage info on stdout and terminate successfully when -? or --help * usage info on stderr and terminate unsuccessfully when an unknown option is given.
* [haddock @ 2003-07-28 14:53:22 by simonmar]simonmar2003-07-281-1/+1
| | | | Markup fix
* [haddock @ 2003-07-28 13:31:25 by simonmar]simonmar2003-07-281-0/+19
| | | | Add documentation for anchors.
* [haddock @ 2002-07-23 08:40:56 by simonmar]simonmar2002-07-231-13/+4
| | | | | | | - update the acknowledgements - remove the paragraph that described how to use explicit layout with doc comments; it isn't relevant any more.
* [haddock @ 2002-07-15 10:21:56 by simonmar]simonmar2002-07-151-5/+27
| | | | Mention alternative commenting styles.
* [haddock @ 2002-07-10 10:57:10 by simonmar]simonmar2002-07-101-0/+98
| | | | Document all the new options since 0.3
* [haddock @ 2002-06-03 14:48:32 by simonmar]simonmar2002-06-031-9/+10
| | | | oops, fix markup bugs
* [haddock @ 2002-05-29 13:38:51 by simonmar]simonmar2002-05-291-1/+18
| | | | Document recent changes to markup syntax
* [haddock @ 2002-05-15 13:16:07 by simonmar]simonmar2002-05-151-3/+14
| | | | | | | - Remove the note about function argument docs not being implemented - Note that qualified identifiers can be used to point to entities that aren't in scope.
* [haddock @ 2002-05-13 15:20:54 by simonmar]simonmar2002-05-131-2/+3
| | | | Fix one of the record examples
* [haddock @ 2002-05-13 09:13:12 by simonmar]simonmar2002-05-131-2/+2
| | | | fix typos
* [haddock @ 2002-05-09 15:59:56 by simonmar]simonmar2002-05-091-29/+149
| | | | Document changes since 0.1