From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbBTE-0000Ld-GX for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RbBT5-0005ks-7T for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:36 -0500 Received: from mail-iy0-f173.google.com ([209.85.210.173]:56623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RbBT5-0005km-3t for qemu-devel@nongnu.org; Thu, 15 Dec 2011 08:35:27 -0500 Received: by iagj37 with SMTP id j37so3217318iag.4 for ; Thu, 15 Dec 2011 05:35:26 -0800 (PST) Message-ID: <4EE9F79A.70108@codemonkey.ws> Date: Thu, 15 Dec 2011 07:35:22 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1323879637-16901-1-git-send-email-aliguori@us.ibm.com> <1323879637-16901-2-git-send-email-aliguori@us.ibm.com> <4EE8D506.8090905@codemonkey.ws> <4EE8DABC.8050902@codemonkey.ws> <4EE8E308.7010005@weilnetz.de> <4EE9BBF1.1070201@redhat.com> In-Reply-To: <4EE9BBF1.1070201@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] memory: make memory API parsable by gtkdoc-scan List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Stefan Weil , qemu-devel@nongnu.org, Peter Maydell On 12/15/2011 03:20 AM, Avi Kivity wrote: > On 12/14/2011 07:55 PM, Stefan Weil wrote: >> >> >> Would 's' instead of '_' work? >> >> struct sCamelCase; >> >> typedef struct sCamelCase { >> // ... >> } CamelCase; >> >> It does not violate any standard... > > Would '' instead of 's' work? > > typedes struct CamelCase { > ... > } CamelCase; Not in upstream gtk-doc. The '_' is explicitly looked for. Regards, Anthony Liguori >