qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v6 01/26] qemu: add Error to typedefs


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH v6 01/26] qemu: add Error to typedefs
Date: Mon, 30 Sep 2013 17:49:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Peter Maydell <address@hidden> writes:

> On 30 September 2013 23:40, Michael S. Tsirkin <address@hidden> wrote:
>> diff --git a/include/qapi/error.h b/include/qapi/error.h
>> index 7d4c696..b85e996 100644
>> --- a/include/qapi/error.h
>> +++ b/include/qapi/error.h
>> @@ -13,14 +13,15 @@
>>  #define ERROR_H
>>
>>  #include "qemu/compiler.h"
>> +#include "qemu/typedefs.h"
>>  #include "qapi-types.h"
>>  #include <stdbool.h>
>>
>>  /**
>> - * A class representing internal errors within QEMU.  An error has a 
>> ErrorClass
>> + * Error:
>> + * An object representing internal errors within QEMU.  An error has a 
>> ErrorClass
>>   * code and a human message.
>>   */
>> -typedef struct Error Error;
>
> Does the process-doc-comments tool really cope with documentation comments
> that are completely separate from the typedef like this?

Even if they do, I don't.



reply via email to

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