about summary refs log tree commit diff
path: root/src/test/rustdoc/tuple-struct-fields-doc.rs
AgeCommit message (Collapse)AuthorLines
2022-01-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-0/+14
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-2/+2
2021-10-30Improve display of enum variantsJacob Hoffman-Andrews-2/+2
Use h3 and h4 for the variant name and the "Fields" subheading. Remove the "of T" part of the "Fields" subheading. Remove border-bottom from "Fields" subheading. Move docblock below "Fields" listing.
2021-07-26Add test for enum item tuple fields documentationGuillaume Gomez-0/+17
2021-07-25Add test for tuple struct documentation fieldsGuillaume Gomez-0/+19