Skip to content

Highlight function names in rustdoc_ng #9460

Closed
@Seldaek

Description

@Seldaek

All function names should be wrapped in a <span class="fnname">...</span> and the following CSS applied:

.fnname {
    color: #8c6067;
}

It'll make scanning long lists of fn declarations a bit easier.

/cc @alexcrichton

Metadata

Metadata

Assignees

Labels

T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions