aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.