mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Fix some documentation
This commit is contained in:
parent
f49f584bf6
commit
b4fafbec83
@ -10,6 +10,7 @@
|
|||||||
//! ### Direction
|
//! ### Direction
|
||||||
//!
|
//!
|
||||||
//! `Direction` is a bit more complex, and can be of two kinds:
|
//! `Direction` is a bit more complex, and can be of two kinds:
|
||||||
|
//!
|
||||||
//! * Absolute direction: left, up, right, or down
|
//! * Absolute direction: left, up, right, or down
|
||||||
//! * Relative direction: front or back.
|
//! * Relative direction: front or back.
|
||||||
//! Its actual direction depends on the orientation.
|
//! Its actual direction depends on the orientation.
|
||||||
@ -182,7 +183,9 @@ pub enum Absolute {
|
|||||||
/// Down
|
/// Down
|
||||||
Down,
|
Down,
|
||||||
|
|
||||||
/// No real direction
|
/// No real direction.
|
||||||
|
///
|
||||||
|
/// Used when the "direction" is accross layers for instance.
|
||||||
None,
|
None,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user