diff options
author | David Waern <david.waern@gmail.com> | 2012-09-27 15:37:02 +0200 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2012-09-27 15:37:02 +0200 |
commit | be616337301adf552fe8abed7c096b7c00393093 (patch) | |
tree | eea268b60ded4dfe94b6acf31d7cd82d543cdfe1 /doc/haddock.xml | |
parent | d8b3b28044ea851059286663514198171f211b15 (diff) | |
parent | 47e6c8e77a4b8edbb1e4869ba5a0f76ee71ad8bb (diff) |
Merge branch 'ghc-7.6' of http://darcs.haskell.org/haddock into ghc-7.6
Diffstat (limited to 'doc/haddock.xml')
-rw-r--r-- | doc/haddock.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml index 7ddfdccd..a38b70cf 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -1830,6 +1830,13 @@ module A where <literal><...></literal>. If the output format supports it, the URL will be turned into a hyperlink when rendered.</para> + + The URL can be followed by an optional label: +<programlisting> +<http://example.com label> +</programlisting> + The label is then used as a descriptive text for the hyperlink, if the + output format supports it. </section> <section> |