
4 Dec
2007
4 Dec
'07
7 a.m.
Hi
As part of my Javascript backend development process I am preparing Haddock documentation for the backend-related API. I however would like to include as much as possible of Yhc own API (the yhc-base package) into that documentation to have most things hyperlinked.
http://www.golubovsky.org/repos/YhcDocs/
However Haddock's parser does not tolerate some things that can be found in Yhc Haskell runtime. So I had to insert cpp directives #ifndef __HADDOCK__ to exclude pieces of code that Haddock does not like.
That seems perfectly sensible. Thanks Neil