diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-10-29 17:22:47 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-17 19:36:58 +0100 |
commit | f3224c528541e9d396c8208c168e0b1e78d1adb9 (patch) | |
tree | 6930bdc40daeb54a43149fbdca6bf1f0ad336b42 | |
parent | 08226b44ae7c88629804471298d61e79985794b8 (diff) | |
download | qemu-f3224c528541e9d396c8208c168e0b1e78d1adb9.zip |
docs: add memory API reference
Add kernel-doc directive to parse and include doc comments from
include/exec/memory.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
-rw-r--r-- | docs/devel/memory.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/devel/memory.rst b/docs/devel/memory.rst index b6a4c37ea5..5dc8a12682 100644 --- a/docs/devel/memory.rst +++ b/docs/devel/memory.rst @@ -361,3 +361,8 @@ callbacks are called: - .impl.unaligned specifies that the *implementation* supports unaligned accesses; if false, unaligned accesses will be emulated by two aligned accesses. + +API Reference +------------- + +.. kernel-doc:: include/exec/memory.h |