mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Remove half-formed thought from docstring
This commit is contained in:
@@ -100,9 +100,6 @@ impl CtxRef {
|
|||||||
/// This will modify the internal reference to point to a new generation of [`Context`].
|
/// This will modify the internal reference to point to a new generation of [`Context`].
|
||||||
/// Any old clones of this [`CtxRef`] will refer to the old [`Context`], which will not get new input.
|
/// Any old clones of this [`CtxRef`] will refer to the old [`Context`], which will not get new input.
|
||||||
///
|
///
|
||||||
/// In the future [`Self::run`] may be extended to do multi-pass,
|
|
||||||
/// i.e. call the application code twice. This will make
|
|
||||||
///
|
|
||||||
/// You can alternatively run [`Self::begin_single_pass_frame`] and [`Self::end_single_pass_frame`].
|
/// You can alternatively run [`Self::begin_single_pass_frame`] and [`Self::end_single_pass_frame`].
|
||||||
///
|
///
|
||||||
/// ``` rust
|
/// ``` rust
|
||||||
|
|||||||
Reference in New Issue
Block a user