This project is mirrored from https://github.com/haskell/haddock.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- May 08, 2006
-
-
Simon Marlow authored
-
- Jan 23, 2006
-
-
Simon Marlow authored
-
duncan.coutts@worc.ox.ac.uk authored
-
- Oct 29, 2005
-
-
simonmar authored
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.
-
- Oct 05, 2005
-
-
simonmar authored
Document new behaviour of -s option
-
- May 18, 2005
-
-
ross authored
fix 3 bugs in --use-package, and document it.
-
- Feb 23, 2005
-
-
simonmar authored
Fix documentation regarding the module attributes.
-
- Feb 04, 2005
-
-
simonmar authored
Update the documentation w.r.t. home modules and the not-home attribute.
-
- Jan 13, 2005
-
-
ross authored
Describe numeric character references.
-
- Aug 26, 2004
-
-
panne authored
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...
-
- Aug 18, 2004
-
-
panne authored
Re-added indices + minor fixes
-
- Aug 16, 2004
-
-
panne authored
XMLification
-
- Aug 02, 2004
-
-
panne authored
Mainly DocBook fixes
-
- Jul 31, 2004
-
-
krasimir authored
Document new features in HtmlHelp
-
- May 07, 2004
-
-
simonmar authored
- update copyright - add version to abstract
-
- Mar 27, 2004
-
-
panne authored
Added the new-born haddock.js to the build process and the documentation.
-
- Mar 18, 2004
-
-
simonmar authored
Fix URL
-
- Jan 09, 2004
-
-
simonmar authored
Add -optP-P to example ghc command line.
-
- Jan 08, 2004
-
-
simonmar authored
Add instructions for using GHC to pre-process source for feeding to Haddock.
-
- Nov 06, 2003
-
-
simonmar authored
Add -k/--package docs
-
- Nov 05, 2003
-
-
simonmar authored
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.
-
simonmar authored
- 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.
-
- Sep 22, 2003
-
-
simonmar authored
Allow installing of docs.
-
- Aug 27, 2003
-
-
panne authored
* 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.
-
- Aug 26, 2003
-
-
panne authored
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.
-
- Jul 28, 2003
- Jul 23, 2002
-
-
simonmar authored
- update the acknowledgements - remove the paragraph that described how to use explicit layout with doc comments; it isn't relevant any more.
-
- Jul 15, 2002
-
-
simonmar authored
Mention alternative commenting styles.
-
- Jul 10, 2002
-
-
simonmar authored
Document all the new options since 0.3
-
- Jun 03, 2002
-
-
simonmar authored
oops, fix markup bugs
-
- May 29, 2002
-
-
simonmar authored
Document recent changes to markup syntax
-
- May 15, 2002
-
-
simonmar authored
- 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.
-
- May 13, 2002
- May 09, 2002
- May 03, 2002
-
-
simonmar authored
Fix some typos.
-
- Apr 26, 2002
-
-
simonmar authored
Yet more keyboard bashing - this is pretty much complete now.
-
- Apr 25, 2002
-
-
simonmar authored
More keyboard bashing
-