From 12d4a8cd81cb7031a2a6ea6e02a0bc22827ed2a4 Mon Sep 17 00:00:00 2001 From: Corwin Date: Sat, 6 Aug 2022 12:51:59 +0100 Subject: [PATCH] add module level docs --- agb/src/display/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/agb/src/display/window.rs b/agb/src/display/window.rs index d10f41cd..50d89b8b 100644 --- a/agb/src/display/window.rs +++ b/agb/src/display/window.rs @@ -1,4 +1,5 @@ #![deny(missing_docs)] +//! The window feature of the GBA. use crate::{fixnum::Rect, memory_mapped::MemoryMapped}; use super::{tiled::BackgroundID, DISPLAY_CONTROL, HEIGHT, WIDTH};