Re: [PATCH 8/8] docs: add memory API reference

2019-12-02 Thread Peter Maydell
On Fri, 29 Nov 2019 at 14:02, Paolo Bonzini wrote: > > Add kernel-doc directive to parse and include doc comments from > include/exec/memory.h. > > Signed-off-by: Paolo Bonzini > --- > docs/devel/memory.rst | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/docs/devel/memory.rst b/doc

[PATCH 8/8] docs: add memory API reference

2019-11-29 Thread Paolo Bonzini
Add kernel-doc directive to parse and include doc comments from include/exec/memory.h. Signed-off-by: Paolo Bonzini --- docs/devel/memory.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/docs/devel/memory.rst b/docs/devel/memory.rst index b6a4c37ea5..5dc8a12682 100644 --- a/docs/deve