diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-01-16 13:44:38 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-01-16 13:44:38 +0100 |
| commit | f3362a5e486582854c4e85ea54d2357d3b3b2f60 (patch) | |
| tree | 0867d8f964e307047198ba7f70dc7496b6c960f3 /arch | |
| parent | 086c5439f27d803ea84445f81f7a0006681dc585 (diff) | |
| download | teachos-f3362a5e486582854c4e85ea54d2357d3b3b2f60.tar.xz teachos-f3362a5e486582854c4e85ea54d2357d3b3b2f60.zip | |
arch/x86_64: fix namespace documentation
Diffstat (limited to 'arch')
| -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 |
