On Tue, Aug 25, 2009 at 8:30 PM, Peter Verswyvelen<[email protected]> wrote:
> I'm getting the error mentioned in the subject, but without any indication
> where in my file this error occurs.
> What does this mean?
> Thanks,
> Peter

It means exactly that - something in that file's comments is causing
Haddock to choke. It could be using '*' inside some --s, it could be
something else. Haddock won't really say. Your best bet is the old
bisect/binary-search method: remove half the comments & retry,
narrowing it down until you've found the offending line and then
character. Then you can either remove it or read the Haddock manual
and see what the right thing looks like.

-- 
gwern
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to