[haddock] #77: Undocumented names not linked to their modules in the index
haddock
haddock at projects.haskell.org
Sat Jan 31 23:23:39 EST 2009
#77: Undocumented names not linked to their modules in the index
-------------------+--------------------------------------------------------
Reporter: SamB | Owner:
Type: defect | Status: new
Priority: major | Milestone: 2.5.0
Version: 2.5.0 | Keywords:
-------------------+--------------------------------------------------------
I ran {{{cabal haddock --executables --hyperlink-source --internal}}} on
the latest LHC, and none of the things with no docstrings seem to have
links to their exporting modules. For instance:
{{{
#!text/html
<tr class="indexrow">
<td class="indexentry">devolveGrin</td>
<td class="indexlinks"><a href="Grin-
Devolve.html#v%3AdevolveGrin">Grin.Devolve</a></td>
</tr>
<tr class="indexrow">
<td class="indexentry">devolveTransform</td>
<td class="indexlinks">Grin.Devolve</td>
</tr>
}}}
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/77>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list