[haddock] #78: Quoting full qualified names to refer to entities that are not in scope don't work.

haddock haddock at projects.haskell.org
Fri Feb 27 08:28:48 EST 2009


#78: Quoting full qualified names to refer to entities that are not in scope
don't work.
---------------------------------+------------------------------------------
Reporter:  gsan at stillpsycho.net  |        Owner:       
    Type:  defect                |       Status:  new  
Priority:  major                 |    Milestone:  2.5.0
 Version:  2.4.1                 |   Resolution:       
Keywords:                        |  
---------------------------------+------------------------------------------
Comment (by gsan):

 IIRC, the documentation says that the qualified names just create a link
 without doing any checks. This worked in the past but I don't know since
 when it's broken. This is from the latest documentation:

 ''
 It is also possible to refer to entities that are not in scope in the
 current module, by giving the full qualified name of the entity:
 ''

 {{{
 -- | The identifier 'M.T' is not in scope
 }}}

 ''
 If M.T is not otherwise in scope, then Haddock will simply emit a link
 pointing to the entity T exported from module M  (without checking to see
 whether either M  or M.T exist).
 ''

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


More information about the Haddock mailing list