mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 17:41:33 +11:00
Add doc comments for top level modules
This commit is contained in:
parent
0b986df563
commit
99146ac048
|
@ -148,10 +148,12 @@ mod bitarray;
|
|||
pub mod display;
|
||||
/// Button inputs to the system.
|
||||
pub mod input;
|
||||
#[doc(hidden)] // hide for now as the implementation in here is unsound
|
||||
pub mod interrupt;
|
||||
mod memory_mapped;
|
||||
/// Implements logging to the mgba emulator.
|
||||
pub mod mgba;
|
||||
/// Implementation of fixnums for working with non-integer values.
|
||||
pub mod number;
|
||||
mod single;
|
||||
/// Implements sound output.
|
||||
|
|
Loading…
Reference in a new issue