How about some documentation on using this as a library? #561
Closed
frankhaugen
started this conversation in
Ideas
Replies: 2 comments
|
This might help a bit: https://clang.llvm.org/docs/LibClang.html |
0 replies
|
I've added multiple additional docs since this ask and have updated the readme to link to them and to the official libClang docs, since we largely just wrap that for the interop side. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I get that this is a super-niche tool not unlike xsd.exe, so usability is not a huge priority, but the lack of clearity around how to use the generator nuget as a library, is frustrating.
I am looking into making a roslyn source generator that leverages this, but it seems pretty unclear how to use the code. Even looking at the tests is confusing me more, not less about how I could use this.
It would therefor be nice with a few lines of docs showing how to use this
All reactions