mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
fix docs
This commit is contained in:
parent
e65009f317
commit
0385f60310
2 changed files with 1 additions and 8 deletions
|
@ -112,11 +112,6 @@
|
||||||
//!
|
//!
|
||||||
//! Legacy callers are not yet implemented.
|
//! Legacy callers are not yet implemented.
|
||||||
//!
|
//!
|
||||||
//! Rust reflections of getters and setters
|
|
||||||
//! ---------------------------------------
|
|
||||||
//!
|
|
||||||
//! *To be written.*
|
|
||||||
//!
|
|
||||||
//! Throwing exceptions
|
//! Throwing exceptions
|
||||||
//! ===================
|
//! ===================
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -32,13 +32,11 @@
|
||||||
//! * rooting pointers on the stack:
|
//! * rooting pointers on the stack:
|
||||||
//! the [`Root`](bindings/js/struct.Root.html) smart pointer;
|
//! the [`Root`](bindings/js/struct.Root.html) smart pointer;
|
||||||
//! * tracing pointers in member fields: the [`JS`](bindings/js/struct.JS.html),
|
//! * tracing pointers in member fields: the [`JS`](bindings/js/struct.JS.html),
|
||||||
//! [`MutNullableJS`](bindings/js/struct.MutNullableJS.html) and
|
//! [`MutNullableHeap`](bindings/js/struct.MutNullableHeap.html) and
|
||||||
//! [`MutHeap`](bindings/js/struct.MutHeap.html) smart pointers and
|
//! [`MutHeap`](bindings/js/struct.MutHeap.html) smart pointers and
|
||||||
//! [the tracing implementation](bindings/trace/index.html);
|
//! [the tracing implementation](bindings/trace/index.html);
|
||||||
//! * rooting pointers from across thread boundaries or in channels: the
|
//! * rooting pointers from across thread boundaries or in channels: the
|
||||||
//! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer;
|
//! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer;
|
||||||
//! * extracting pointers to DOM objects from their reflectors: the
|
|
||||||
//! [`Unrooted`](bindings/js/struct.Unrooted.html) smart pointer.
|
|
||||||
//!
|
//!
|
||||||
//! Inheritance
|
//! Inheritance
|
||||||
//! ===========
|
//! ===========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue