diff options
| -rw-r--r-- | arch/x86_64/x86_64.dox | 6 |
1 files 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 |
