mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
rustdoc: Fix many rustdoc errors (#31147)
This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks.
This commit is contained in:
parent
d7de206dbd
commit
5c1723c983
185 changed files with 939 additions and 942 deletions
|
@ -11,7 +11,7 @@ use crate::dom::NodeExt;
|
|||
use crate::dom_traversal::{NodeAndStyleInfo, PseudoElementContentItem};
|
||||
use crate::replaced::ReplacedContent;
|
||||
|
||||
/// https://drafts.csswg.org/css-lists/#content-property
|
||||
/// <https://drafts.csswg.org/css-lists/#content-property>
|
||||
pub(crate) fn make_marker<'dom, Node>(
|
||||
context: &LayoutContext,
|
||||
info: &NodeAndStyleInfo<Node>,
|
||||
|
@ -44,7 +44,7 @@ where
|
|||
})
|
||||
}
|
||||
|
||||
/// https://drafts.csswg.org/css-lists/#marker-string
|
||||
/// <https://drafts.csswg.org/css-lists/#marker-string>
|
||||
fn marker_string(style: &style_structs::List) -> Option<&'static str> {
|
||||
match style.list_style_type {
|
||||
ListStyleType::None => None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue