Skip to content
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

Inline reexports in rustdoc #11391

Merged
merged 1 commit into from
Jan 8, 2014
Merged

Conversation

alexcrichton
Copy link
Member

If a reexport comes from a non-public module, then the documentation for the
reexport will be inlined into the module that exports it, but if the reexport is
targeted at a public type (like the prelude), then it is not inlined but rather
hyperlinked.

If a reexport comes from a non-public module, then the documentation for the
reexport will be inlined into the module that exports it, but if the reexport is
targeted at a public type (like the prelude), then it is not inlined but rather
hyperlinked.
@sfackler
Copy link
Member

sfackler commented Jan 8, 2014

woo!

bors added a commit that referenced this pull request Jan 8, 2014
If a reexport comes from a non-public module, then the documentation for the
reexport will be inlined into the module that exports it, but if the reexport is
targeted at a public type (like the prelude), then it is not inlined but rather
hyperlinked.
@bors bors closed this Jan 8, 2014
@bors bors merged commit 3425901 into rust-lang:master Jan 8, 2014
@alexcrichton alexcrichton deleted the rustdoc-inline branch January 9, 2014 07:14
flip1995 pushed a commit to flip1995/rust that referenced this pull request Sep 7, 2023
…ble_variant, r=Alexendoo

fix the uitest `enum_clike_unportable_variant`

*Please write a short comment explaining your change (or "none" for internal only changes)*

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants