From feac668578a35aac280b59d478a57b6937bb68da Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 24 Jul 2025 16:39:43 +0000 Subject: docs: move files out of the way --- docs/cross/memory.rst | 11 ----------- docs/cross/memory/asm_pointer.rst | 10 ---------- 2 files changed, 21 deletions(-) delete mode 100644 docs/cross/memory.rst delete mode 100644 docs/cross/memory/asm_pointer.rst (limited to 'docs/cross') diff --git a/docs/cross/memory.rst b/docs/cross/memory.rst deleted file mode 100644 index 3a2c1c4..0000000 --- a/docs/cross/memory.rst +++ /dev/null @@ -1,11 +0,0 @@ -Memory Access and Management -============================ - -This sections details the platform-**independent** infrastructure for memory access and management. - -.. toctree:: - :maxdepth: 1 - :glob: - :caption: Types: - - memory/* diff --git a/docs/cross/memory/asm_pointer.rst b/docs/cross/memory/asm_pointer.rst deleted file mode 100644 index 70f5c01..0000000 --- a/docs/cross/memory/asm_pointer.rst +++ /dev/null @@ -1,10 +0,0 @@ -Access to Pointers Defined in Assembly -====================================== - -.. doxygenstruct:: teachos::memory::asm_pointer - :members: - -Specializations ---------------- - -.. doxygenstruct:: teachos::memory::asm_pointer< Type const > \ No newline at end of file -- cgit v1.2.3