Просмотр исходного кода

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>
Paolo Bonzini 5 лет назад
Родитель
Сommit
f3224c5285
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      docs/devel/memory.rst

+ 5 - 0
docs/devel/memory.rst

@@ -361,3 +361,8 @@ callbacks are called:
 - .impl.unaligned specifies that the *implementation* supports unaligned
 - .impl.unaligned specifies that the *implementation* supports unaligned
   accesses; if false, unaligned accesses will be emulated by two aligned
   accesses; if false, unaligned accesses will be emulated by two aligned
   accesses.
   accesses.
+
+API Reference
+-------------
+
+.. kernel-doc:: include/exec/memory.h