projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08226b4
)
docs: add memory API reference
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 29 Oct 2019 16:22:47 +0000
(17:22 +0100)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 17 Dec 2019 18:36:58 +0000
(19:36 +0100)
Add kernel-doc directive to parse and include doc comments from
include/exec/memory.h.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
docs/devel/memory.rst
patch
|
blob
|
history
diff --git
a/docs/devel/memory.rst
b/docs/devel/memory.rst
index b6a4c37ea5e21d436cbf42f872fc3b17c9b0a52a..5dc8a126829586526642f27962ed36477c0a6389 100644
(file)
--- 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