mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Correct a variety of documentation issues (#34786)
Fix some warnings in documentation as well as some faulty documentation introduced in #34776. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
3aa9e00e4e
commit
93ae8d22fc
11 changed files with 20 additions and 19 deletions
|
@ -287,12 +287,12 @@ pub struct ScriptThread {
|
|||
#[no_trace]
|
||||
image_cache: Arc<dyn ImageCache>,
|
||||
|
||||
/// A [`ScriptThreadReceivers`] holding all of the incoming [`Receiver`]s for messages
|
||||
/// A [`ScriptThreadReceivers`] holding all of the incoming `Receiver`s for messages
|
||||
/// to this [`ScriptThread`].
|
||||
receivers: ScriptThreadReceivers,
|
||||
|
||||
/// A [`ScriptThreadMessaging`] that holds all data necessary to communicate to and
|
||||
/// from the [`ScriptThread`].
|
||||
/// A [`ScriptThreadSenders`] that holds all outgoing sending channels necessary to communicate
|
||||
/// to other parts of Servo.
|
||||
senders: ScriptThreadSenders,
|
||||
|
||||
/// A handle to the resource thread. This is an `Arc` to avoid running out of file descriptors if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue