-
Couldn't load subscription status.
- Fork 1
Better formatting for editing, grammar changes and change to adding interoperability #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add in some grammar corrections and clarifications
c39137f to
c560305
Compare
Hi there! Thank you for you help, but this docs repository is auto generated from main AdaEngine/AdaEngine repository. If you want to fix the grammar issues, pls commit to https://github.com/AdaEngine/AdaEngine/tree/main/Sources/AdaEngine/AdaEngine.docc directory.
I will note this in README for the future. Sorry for that!
Its not problem at all. I'll take a look at the docs where you point to and make a PR for the corrections there.
Uh oh!
There was an error while loading. Please reload this page.
Add in some grammar corrections and clarifications.
One major change to the instructions.
There is mention to
Add -enable-experimental-cxx-interop value to your OTHER_SWIFT_FLAGS.However this was failing to build for me. I changed the compilation flag to-cxx-interoperability-mode=defaultthat I found from here