-
Notifications
You must be signed in to change notification settings - Fork 238
Extended examples in API docs for QualName #370
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
r? @SimonSapin |
r? @jdm or should I just merge this myself? |
/// ``` | ||
/// | ||
/// NOTE: `Prefix`, `LocalName` and `Prefix` are all derivative of |
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.
This says Prefix
twice. I assume one of them is intended to be Namespace
.
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.
The rest of the diff looks good to me, feel free to merged after fixing this.
@bors-servo r+ |
📌 Commit 5bc4c7e has been approved by |
Extended examples in API docs for QualName This PR adds documentation for `QualName` as well as some doc tests for it relating to #367 . @kornelski is this what you had in mind? This PR is a minor change (since no API was changed other than the docs). Comments and suggestions welcome.
☀️ Test successful - checks-travis |
This PR adds documentation for
QualName
as well as some doc tests for it relating to #367 . @kornelski is this what you had in mind?This PR is a minor change (since no API was changed other than the docs).
Comments and suggestions welcome.