From d3de1e38bde70d350e5f18162f5081e85bce0c95 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 15 Aug 2003 15:01:03 +0000 Subject: [haddock @ 2003-08-15 15:01:03 by simonmar] wibbles --- examples/Test.hs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/Test.hs b/examples/Test.hs index 34485683..65e01a9e 100644 --- a/examples/Test.hs +++ b/examples/Test.hs @@ -40,7 +40,6 @@ module Test ( -- * Function types f, g, - -- $aux2 -- * Auxiliary stuff -- $aux1 @@ -68,7 +67,7 @@ module Test ( -- | This is some inline documentation in the export list -- -- > a code block using bird-tracks - -- > each line must begin with > (which isn\'t significant unless it + -- > each line must begin with > (which isn't significant unless it -- > is at the beginning of the line). -- * A hidden module @@ -91,8 +90,11 @@ module Test ( {-| > a literal line + $ a non /literal/ line $ -} + + p, ) where import Hidden @@ -324,6 +326,7 @@ aux11: >test3 >test4 + @ test1 test2 @@ -365,3 +368,5 @@ foreign import ccall unsafe o :: Float -- ^ The input float -> IO Float -- ^ The output float +-- | We should be able to escape this: \#\#\# +p :: Int -- cgit v1.2.3