aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-23 12:53:03 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-23 12:53:03 +0100
commit7508c25af63d9298f67a01ff2001373801b07a1d (patch)
tree901f08abdeab88916dbd8a2d7016df6516e75d20
parent86635f9686826c2857ad749bad5e982876928d84 (diff)
downloadteachos-7508c25af63d9298f67a01ff2001373801b07a1d.tar.xz
teachos-7508c25af63d9298f67a01ff2001373801b07a1d.zip
libs/multiboot2: add basic namespace documentation
-rw-r--r--libs/multiboot2/multiboot2.dox8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/multiboot2/multiboot2.dox b/libs/multiboot2/multiboot2.dox
new file mode 100644
index 0000000..9d4e12f
--- /dev/null
+++ b/libs/multiboot2/multiboot2.dox
@@ -0,0 +1,8 @@
+//! @namespace multiboot2
+//! An implementation of the Multiboot2 boot protocol data specification.
+//!
+//! This namespace contains all API types and functions used to parse and process Multiboot2 boot protocol data as provided by the bootloader.
+
+//! @namespace multiboot2::impl
+//! @internal
+//! Details of the Multiboot22 boot protocol data specification implementation.