Add links to submodules in crate-level docs (#492)
This commit is contained in:
parent
4c7abf6109
commit
6730e4050a
@ -38,7 +38,7 @@
|
|||||||
//!
|
//!
|
||||||
//! ### Supported Commands
|
//! ### Supported Commands
|
||||||
//!
|
//!
|
||||||
//! - Module `cursor`
|
//! - Module [`cursor`](cursor/index.html)
|
||||||
//! - Visibility - [`Show`](cursor/struct.Show.html), [`Hide`](cursor/struct.Hide.html)
|
//! - Visibility - [`Show`](cursor/struct.Show.html), [`Hide`](cursor/struct.Hide.html)
|
||||||
//! - Appearance - [`EnableBlinking`](cursor/struct.EnableBlinking.html),
|
//! - Appearance - [`EnableBlinking`](cursor/struct.EnableBlinking.html),
|
||||||
//! [`DisableBlinking`](cursor/struct.DisableBlinking.html)
|
//! [`DisableBlinking`](cursor/struct.DisableBlinking.html)
|
||||||
@ -48,16 +48,16 @@
|
|||||||
//! [`MoveLeft`](cursor/struct.MoveLeft.html), [`MoveRight`](cursor/struct.MoveRight.html),
|
//! [`MoveLeft`](cursor/struct.MoveLeft.html), [`MoveRight`](cursor/struct.MoveRight.html),
|
||||||
//! [`MoveTo`](cursor/struct.MoveTo.html), [`MoveToColumn`](cursor/struct.MoveToColumn.html),
|
//! [`MoveTo`](cursor/struct.MoveTo.html), [`MoveToColumn`](cursor/struct.MoveToColumn.html),
|
||||||
//! [`MoveToNextLine`](cursor/struct.MoveToNextLine.html), [`MoveToPreviousLine`](cursor/struct.MoveToPreviousLine.html),
|
//! [`MoveToNextLine`](cursor/struct.MoveToNextLine.html), [`MoveToPreviousLine`](cursor/struct.MoveToPreviousLine.html),
|
||||||
//! - Module `event`
|
//! - Module [`event`](event/index.html)
|
||||||
//! - Mouse events - [`EnableMouseCapture`](event/struct.EnableMouseCapture.html),
|
//! - Mouse events - [`EnableMouseCapture`](event/struct.EnableMouseCapture.html),
|
||||||
//! [`DisableMouseCapture`](event/struct.DisableMouseCapture.html)
|
//! [`DisableMouseCapture`](event/struct.DisableMouseCapture.html)
|
||||||
//! - Module `style`
|
//! - Module [`style`](style/index.html)
|
||||||
//! - Colors - [`SetForegroundColor`](style/struct.SetForegroundColor.html),
|
//! - Colors - [`SetForegroundColor`](style/struct.SetForegroundColor.html),
|
||||||
//! [`SetBackgroundColor`](style/struct.SetBackgroundColor.html),
|
//! [`SetBackgroundColor`](style/struct.SetBackgroundColor.html),
|
||||||
//! [`ResetColor`](style/struct.ResetColor.html), [`SetColors`](style/struct.SetColors.html)
|
//! [`ResetColor`](style/struct.ResetColor.html), [`SetColors`](style/struct.SetColors.html)
|
||||||
//! - Attributes - [`SetAttribute`](style/struct.SetAttribute.html), [`SetAttributes`](style/struct.SetAttributes.html),
|
//! - Attributes - [`SetAttribute`](style/struct.SetAttribute.html), [`SetAttributes`](style/struct.SetAttributes.html),
|
||||||
//! [`PrintStyledContent`](style/struct.PrintStyledContent.html)
|
//! [`PrintStyledContent`](style/struct.PrintStyledContent.html)
|
||||||
//! - Module `terminal`
|
//! - Module [`terminal`](terminal/index.html)
|
||||||
//! - Scrolling - [`ScrollUp`](terminal/struct.ScrollUp.html),
|
//! - Scrolling - [`ScrollUp`](terminal/struct.ScrollUp.html),
|
||||||
//! [`ScrollDown`](terminal/struct.ScrollDown.html)
|
//! [`ScrollDown`](terminal/struct.ScrollDown.html)
|
||||||
//! - Miscellaneous - [`Clear`](terminal/struct.Clear.html),
|
//! - Miscellaneous - [`Clear`](terminal/struct.Clear.html),
|
||||||
|
Loading…
Reference in New Issue
Block a user