We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2010bba commit 955bebfCopy full SHA for 955bebf
src/doc/rustdoc/src/write-documentation/re-exports.md
@@ -74,7 +74,9 @@ pub mod public_mod {
74
pub use self::public_mod::Public;
75
```
76
77
-If an item has `#[doc(hidden)]`, it won't be inlined (nor visible in the generated documentation):
+If an item has a reexport chain with `#[doc(hidden)]`,
78
+and the item has no other attributes,
79
+it won't be visible in the generated documentation:
80
81
```rust,ignore (inline)
82
// This struct won't be visible.
0 commit comments