]> git.proxmox.com Git - mirror_qemu.git/commitdiff
docs: add memory API reference
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 29 Oct 2019 16:22:47 +0000 (17:22 +0100)
committerPaolo 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

index b6a4c37ea5e21d436cbf42f872fc3b17c9b0a52a..5dc8a126829586526642f27962ed36477c0a6389 100644 (file)
@@ -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