Michael Howell
c910a49b05
rustdoc: remove small from small-section-header
...
There's no such thing as a big section header, so I don't know why the
name was used.
2023-11-29 13:40:07 -07:00
Urgau
706d010c8b
rustdoc: always print type alias inner type (with it's where clauses)
2023-08-28 14:03:33 +02:00
Urgau
282acb93c9
rustdoc: remove details for type alias inner type and fix sidebar
2023-08-26 00:15:03 +02:00
Urgau
9443f84745
rustdoc: normalize all typedef inner types
2023-08-26 00:15:03 +02:00
Urgau
af6889c28c
rustdoc: bind typedef inner type items to the folding system
...
This let's us handle a multitude of things for free:
- #[doc(hidden)]
- private fields/variants
- --document-private-items
- --document-hidden-items
And correct in the process the determination of "has stripped items" by
doing the same logic done by other ones.
2023-08-26 00:15:02 +02:00
Urgau
6b3bba8c3e
rustdoc: handle typedef inner type when doing cross-crate inlining
2023-08-26 00:15:02 +02:00
Urgau
2c35abe37c
rustdoc: show inner enum and struct in type definition for concrete type
2023-08-26 00:14:49 +02:00