From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb7Yv-0004Ku-Mw for qemu-devel@nongnu.org; Thu, 15 Dec 2011 04:25:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rb7Yn-0001SF-RI for qemu-devel@nongnu.org; Thu, 15 Dec 2011 04:25:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rb7Yn-0001Rl-Ki for qemu-devel@nongnu.org; Thu, 15 Dec 2011 04:25:05 -0500 Message-ID: <4EE9BDAE.6060200@redhat.com> Date: Thu, 15 Dec 2011 10:28:14 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1323892874-13234-1-git-send-email-aliguori@us.ibm.com> <1323892874-13234-2-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1323892874-13234-2-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/4] memory: make memory API parsable by gtkdoc-scan (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Peter Maydell , Stefan Weil , qemu-devel@nongnu.org, Avi Kivity Am 14.12.2011 21:01, schrieb Anthony Liguori: > gtkdoc-scan cannot handle nested structs so remove those from the memory API. > > Signed-off-by: Anthony Liguori Surely the right thing to do then is fixing gtkdoc-scan? Kevin