aboutsummaryrefslogtreecommitdiff
path: root/doc/haddock.sgml
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-06-03 14:48:32 +0000
committersimonmar <unknown>2002-06-03 14:48:32 +0000
commit620db27bb85de955bf179654b793e354c0c7de71 (patch)
tree1576e7b1061725326c053f072cdc863f5b609b91 /doc/haddock.sgml
parentf16b79db60dc4327b5dadfded53836a70b8d3b32 (diff)
[haddock @ 2002-06-03 14:48:32 by simonmar]
oops, fix markup bugs
Diffstat (limited to 'doc/haddock.sgml')
-rw-r--r--doc/haddock.sgml19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/haddock.sgml b/doc/haddock.sgml
index bfdb78af..f4937153 100644
--- a/doc/haddock.sgml
+++ b/doc/haddock.sgml
@@ -185,8 +185,9 @@
<para>and probably several others I've forgotten.</para>
<para>Thanks to the following people for useful feedback,
- discussion, patches, and moral support: Simon Peyton Jones, Mark
- Shields, Manuel Chakravarty, Ross Patterson, Brett Letner, the
+ discussion, patches, packaging, and moral support: Simon Peyton
+ Jones, Mark Shields, Manuel Chakravarty, Ross Patterson, Brett
+ Letner, Sven Panne, Hal Daume, George Russell, Oliver Braun, the
members of <email>haskelldoc@haskell.org</email>, and everyone
who contributed to the many libraries that Haddock makes use
of.</para>
@@ -900,15 +901,15 @@ module A where
-- f x = x + x
-- @
--
--- > g x = x * 42
+-- &gt; g x = x * 42
</programlisting>
- </section>
- <para>There is an important difference between the two forms of
- code block: in the bird-track form, the text to the right of the
- &lsquo;<literal>></literal>&rsquo; is interpreted literally,
- whereas the <literal>@...@</literal> form interprets markup as
- normal inside the code block.</para>
+ <para>There is an important difference between the two forms
+ of code block: in the bird-track form, the text to the right
+ of the &lsquo;<literal>></literal>&rsquo; is interpreted
+ literally, whereas the <literal>@...@</literal> form
+ interprets markup as normal inside the code block.</para>
+ </section>
<section>
<title>Hyperlinked Identifiers</title>