mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
inline docs in agb crate
This commit is contained in:
parent
0658895eb6
commit
46c5dcd2de
|
@ -162,6 +162,7 @@ mod memory_mapped;
|
|||
/// Implements logging to the mgba emulator.
|
||||
pub mod mgba;
|
||||
/// Implementation of fixnums for working with non-integer values.
|
||||
#[doc(inline)]
|
||||
pub use agb_fixnum as fixnum;
|
||||
/// Contains an implementation of a hashmap which suits the gameboy advance's hardware.
|
||||
pub mod hash_map;
|
||||
|
|
Loading…
Reference in a new issue