From ab5c964f5dc75eeefefd4af423bf6952497da7a4 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 12 Oct 2023 16:16:59 +0200 Subject: docs: add basic documentation for asm_pointer --- docs/cross/memory.rst | 11 +++++++++++ docs/cross/memory/asm_pointer.rst | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 docs/cross/memory.rst create mode 100644 docs/cross/memory/asm_pointer.rst (limited to 'docs/cross') diff --git a/docs/cross/memory.rst b/docs/cross/memory.rst new file mode 100644 index 0000000..3a2c1c4 --- /dev/null +++ b/docs/cross/memory.rst @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..70f5c01 --- /dev/null +++ b/docs/cross/memory/asm_pointer.rst @@ -0,0 +1,10 @@ +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