From f3362a5e486582854c4e85ea54d2357d3b3b2f60 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 16 Jan 2026 13:44:38 +0100 Subject: arch/x86_64: fix namespace documentation --- arch/x86_64/x86_64.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/x86_64/x86_64.dox b/arch/x86_64/x86_64.dox index c5c218c..a23d30a 100644 --- a/arch/x86_64/x86_64.dox +++ b/arch/x86_64/x86_64.dox @@ -1,14 +1,14 @@ -//! @namespace teachos::boot::x86_64 +//! @namespace arch::boot //! The %x86_64 implementation of teachos::boot //! //! This namespace contains %x86_64 specific implementations of and extensions to the teachos::boot namespace. -//! @namespace teachos::cpu::x86_64 +//! @namespace arch::cpu //! The %x86_64 implementation of teachos::cpu //! //! This namespace contains %x86_64 specific implementations of and extensions to the teachos::cpu namespace. -//! @namespace teachos::memory::x86_64 +//! @namespace arch::memory //! The %x86_64 implementation of teachos::memory //! //! This namespace contains %x86_64 specific implementations of and extensions to the teachos::memory namespace. \ No newline at end of file -- cgit v1.2.3