Where can I find documentation for the Haskell libClang bindings?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Since the package relies on a C library, the package does not build on Hackage, meaning the documentation also does not build. You can generate the docs for yourself in the source directory for the package. You can get the source by running:
and then generate the docs by running:
I did this, and put the docs for libclang here. |
|||||||
|