-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Looking at, for instance, doc/std/io/index.html
after building, I see things like (newlines added for readability):
<p class='location'><a href='../index.html'>std</a></p>
<div class='block mod'>
<h2>Modules</h2>
<a class='mod ' href='../any/index.html'>any</a>
<a class='mod ' href='../ascii/index.html'>ascii</a>
...
The a
elements would be much better wrapped inside a list whose elements are marked display-style: inline
or somesuch. In textual browsers, the aforementioned bit of markup renders as:
anyasciibitflagsboolc_strc_veccellcharclonecmpcollectionscommdefaultdynamic_libf32f64finallyfmtfrom_strgchashi16i32i64i8intintrinsicsioiterkindslocal_datamacrosmemnumops
optionosownedpathpreludeptrrandrawrcresultrtsimdslicestrstringsynctaskto_strtupletyu16u32u64u8uintunstableve
which is rather unhelpful.
Metadata
Metadata
Assignees
Labels
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.