mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix an outdated comment
This commit is contained in:
parent
dd2aa4195a
commit
7c7f76ca75
1 changed files with 15 additions and 10 deletions
|
@ -141,17 +141,22 @@ pub struct InlineFragmentsConstructionResult {
|
||||||
/// The resulting `ConstructionItem` for the outer `span` will be:
|
/// The resulting `ConstructionItem` for the outer `span` will be:
|
||||||
///
|
///
|
||||||
/// ```ignore
|
/// ```ignore
|
||||||
/// ConstructionItem::InlineFragments(Some(~[
|
/// ConstructionItem::InlineFragments(
|
||||||
/// InlineBlockSplit {
|
/// InlineFragmentsConstructionResult{
|
||||||
/// predecessor_fragments: ~[
|
/// splits: linked_list![
|
||||||
/// A
|
/// InlineBlockSplit{
|
||||||
/// ],
|
/// predecessors: IntermediateInlineFragments{
|
||||||
/// block: ~BlockFlow {
|
/// fragments: linked_list![A],
|
||||||
/// B
|
/// absolute_descendents: AbsoluteDescendents{
|
||||||
|
/// descendant_links: vec![]
|
||||||
|
/// }
|
||||||
/// },
|
/// },
|
||||||
/// }),~[
|
/// flow: B
|
||||||
/// C
|
/// }
|
||||||
/// ])
|
/// ],
|
||||||
|
/// fragments: linked_list![C],
|
||||||
|
/// }
|
||||||
|
/// )
|
||||||
/// ```
|
/// ```
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct InlineBlockSplit {
|
pub struct InlineBlockSplit {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue