mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 09:50:00 +00:00
Add documentation comments for matrix, frame, and utils modules
This commit is contained in:
parent
74e0731c11
commit
5883095bcc
@ -1,7 +1,10 @@
|
|||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
|
|
||||||
|
/// Documentation for the [`crate::matrix`] module.
|
||||||
pub mod matrix;
|
pub mod matrix;
|
||||||
|
|
||||||
|
/// Documentation for the [`crate::frame`] module.
|
||||||
pub mod frame;
|
pub mod frame;
|
||||||
|
|
||||||
|
/// Documentation for the [`crate::utils`] module.
|
||||||
pub mod utils;
|
pub mod utils;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user