From 620db27bb85de955bf179654b793e354c0c7de71 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 3 Jun 2002 14:48:32 +0000 Subject: [haddock @ 2002-06-03 14:48:32 by simonmar] oops, fix markup bugs --- doc/haddock.sgml | 19 ++++++++++--------- 1 file 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 @@ and probably several others I've forgotten. 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 haskelldoc@haskell.org, and everyone who contributed to the many libraries that Haddock makes use of. @@ -900,15 +901,15 @@ module A where -- f x = x + x -- @ -- --- > g x = x * 42 +-- > g x = x * 42 - - There is an important difference between the two forms of - code block: in the bird-track form, the text to the right of the - ‘>’ is interpreted literally, - whereas the @...@ form interprets markup as - normal inside the code block. + There is an important difference between the two forms + of code block: in the bird-track form, the text to the right + of the ‘>’ is interpreted + literally, whereas the @...@ form + interprets markup as normal inside the code block. +
Hyperlinked Identifiers -- cgit v1.2.3