[Haddock] [haddock] #161: Nested {- -} comments in code examples
haddock
haddock at projects.haskell.org
Sat Nov 27 19:22:36 EST 2010
#161: Nested {- -} comments in code examples
---------------------+------------------------------------------------------
Reporter: McManiaC | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.7.0
Version: 2.8.0 | Keywords:
---------------------+------------------------------------------------------
This...
{{{
-- > {- long comment -}
}}}
...get's printed out in the haddock document just as you'd expect it to,
but...
{{{
{-
> {- long comment -}
-}
}}}
...is not shown at all.
See for example http://n-sch.de/hdocs/test/Test.html
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/161>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list