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




Reply via email to