[Haddock] [haddock] #193: Links to sections

haddock haddock at projects.haskell.org
Sun Feb 5 09:55:21 GMT 2012


#193: Links to sections
------------------------+---------------------------------------------------
Reporter:  SimonHengel  |       Owner:        
    Type:  enhancement  |      Status:  new   
Priority:  major        |   Milestone:  2.10.0
 Version:  2.9.4        |    Keywords:        
------------------------+---------------------------------------------------
 It would be nice if we could link to certain sections withing a document.

 Example:
 {{{
 module Foo (
 -- * Foo
 ..
 ..
 -- * Bar
 -- | Read more in [Foo]
 ..
 ..
 ) where

 }}}

 As a precondition, we would need a way to address section in a unique
 manner.

 This is somewhat related to #190 (both, #190 and this, require syntax
 extensions for new kinds of links).

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/193>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list