diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-23 12:53:03 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-23 12:53:03 +0100 |
| commit | 7508c25af63d9298f67a01ff2001373801b07a1d (patch) | |
| tree | 901f08abdeab88916dbd8a2d7016df6516e75d20 | |
| parent | 86635f9686826c2857ad749bad5e982876928d84 (diff) | |
| download | teachos-7508c25af63d9298f67a01ff2001373801b07a1d.tar.xz teachos-7508c25af63d9298f67a01ff2001373801b07a1d.zip | |
libs/multiboot2: add basic namespace documentation
| -rw-r--r-- | libs/multiboot2/multiboot2.dox | 8 |
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. |
