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