mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
layout: Add start of documentation for inline layout (#31519)
Co-authored-by: Rakhi Sharma <atbrakhi@igalia.com>
This commit is contained in:
parent
dea416eec9
commit
096bd2977a
2 changed files with 67 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
#![allow(rustdoc::private_intra_doc_links)]
|
||||
|
||||
//! Flow layout, also known as block-and-inline layout.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue