-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add doc aliases #824
Comments
IMHO this is good idea |
We could add a new key with |
@GuillaumeGomez This is fixed or not? |
Oh right, |
@GuillaumeGomez That's #1014 or not? |
No, not exactly. Here it's about adding the possibility to have an alias over a type. For example, we renamed |
Some objects have to get their crate's name prepended so they don't get confused with the type from another crate (like
GtkApplication
for example). Maybe adding a#[doc(alias = "Application")]
for these types would help the search in the docs?The text was updated successfully, but these errors were encountered: