From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RySNb-0005fQ-IW for qemu-devel@nongnu.org; Fri, 17 Feb 2012 13:18:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RySNY-0003A0-7X for qemu-devel@nongnu.org; Fri, 17 Feb 2012 13:17:59 -0500 Message-ID: <4F3E99CE.7090905@codemonkey.ws> Date: Fri, 17 Feb 2012 12:17:50 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1329411799-4266-1-git-send-email-afaerber@suse.de> In-Reply-To: <1329411799-4266-1-git-send-email-afaerber@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/2] Some small documentation fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On 02/16/2012 11:03 AM, Andreas Färber wrote: > Hey, > > I've taken the liberty of rebasing Anthony's gtk-doc patches to verify the > documentation I'm adding in the CPU series. Here's some warning fixes that > came out of this endeavor. > > Two open issues remain: > * Identifier extensions (e.g., #Objects) lead to warnings. > * Some structs are not picked up correctly, such as Object. Applied all. Thanks. Regards, Anthony Liguori > > Regards, > Andreas > > Cc: Anthony Liguori > > Andreas Färber (2): > qom: Fix typo in Object's documentation > qom: Fix identifiers in documentation > > include/qemu/object.h | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) >