qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/4] memory: update documentation to be in gtk-d


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 3/4] memory: update documentation to be in gtk-doc format
Date: Thu, 15 Dec 2011 07:33:11 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Lightning/1.0b2 Thunderbird/3.1.13

On 12/15/2011 03:26 AM, Avi Kivity wrote:
On 12/14/2011 06:20 PM, Anthony Liguori wrote:
Signed-off-by: Anthony Liguori<address@hidden>
---
  memory.h |  341 ++++++++++++++++++++++++++++++++++----------------------------
  1 files changed, 188 insertions(+), 153 deletions(-)

diff --git a/memory.h b/memory.h
index 3aa8404..4d76df3 100644
--- a/memory.h
+++ b/memory.h
@@ -16,6 +16,15 @@

  #ifndef CONFIG_USER_ONLY

+/**
+ * SECTION:memory
+ * @title:Memory API
+ * @short_description: interfaces for dispatching I/O to devices
+ *
+ * The memory API models the memory and I/O buses and controllers of a QEMU
+ * machine.
+ */
+

Can we have a space after the colon, or is that disallowed by the format?

Ugh, I hate reading perl code..

All of the docs and usage in gtk seem to not use a space for SECTION at least. I can try removing it and see what happens but I suspect it's better to be consistent with gtk here to avoid future breakages.

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]