[Haddock] [haddock] #258: Add flag to show undocumented entities in haddock output
haddock
haddock at projects.haskell.org
Fri Sep 6 08:51:36 BST 2013
#258: Add flag to show undocumented entities in haddock output
------------------------+---------------------------------------------------
Reporter: bjp | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Version: | Keywords:
------------------------+---------------------------------------------------
I have a library where I aim to have a 100% documentation coverage. While
the documentation percentage output by haddock helps to make sure
everything is documented, if I miss something I have to manually search
for missing documentation.
Therefore, I would really appreciate it to persuade haddock to list
undocumented entities, something like
{{{
Test.hs:1:1:
Missing module documentation
Test.hs:5:1:
Missing documentation for function `f'
}}}
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/258>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list