-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Contribution guidelines, update .gdextension
configurations
#215
Conversation
bors try |
tryBuild succeeded: |
ReadMe.md
Outdated
@@ -80,7 +79,7 @@ To register the GDExtension library with Godot, you need to create two files rel | |||
We highly recommend to have a look at a working example in the `examples/dodge-the-creeps` directory. | |||
This integrates a small game with Godot and has all the necessary steps set up. | |||
|
|||
API documentation can be generated locally using `cargo doc -p godot --no-deps --open`. | |||
API documentation can be generated locally using `./check.sh dok` (or `./check doc` to refresh an opened page). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
API documentation can be generated locally using `./check.sh dok` (or `./check doc` to refresh an opened page). | |
API documentation can be generated locally using `./check.sh dok` (or `./check.sh doc` to refresh an opened page). |
Might not be the place for discussing it, but just mentioning "dok" as a key is prone to being considered a typo IMO. Maybe we should make it clear (here?) that "dok" (sic!) is meant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Yeah, originally there was just doc
and I found myself always wanting to open the browser. Maybe swapping the sentence in the parentheses with the one outside could clarify this.
7c7710e
to
53e8184
Compare
bors r+ |
Build succeeded: |
Elaborates the contribution process, documents
#[itest]
and unifies the.gdextension
library entries.Fixes #208.