qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] a QOM Coding Conventions question


From: Andreas Färber
Subject: Re: [Qemu-devel] a QOM Coding Conventions question
Date: Mon, 16 Dec 2013 15:17:23 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

Am 15.12.2013 12:17, schrieb Antony Pavlov:
> Can we use more detailed comments? E.g.
> 
>      typedef struct {
>          /*< QOM service fields >*/
>          MyParentClass parent_class;
>          /*< class private fields >*/
> 
>          [any fields you need]
>      } FooClass;

Since those comments wouldn't be supported by gtk-doc, the short answer
is we can't.

The longer answer, as explained in the other reply, is that it's a
question of who contributes and more importantly maintains long-term the
tools to process these and all the /** ... */ comments.

Regards,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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