Field description is missing in source code comment block.
- From: Takao Fujiwara <tfujiwar redhat com>
- To: gtk-doc-list gnome org
- Subject: Field description is missing in source code comment block.
- Date: Fri, 3 Jul 2015 19:59:56 +0900
When I try to build xml, I got the following error about IBusPropList::properties:
../../../src/ibusproplist.h:73: warning: Field description for IBusPropList::properties is missing in source
code comment block.
https://github.com/ibus/ibus/blob/master/src/ibusproplist.h#L73
/**
* IBusPropList:
* @properties: GArray that holds IBusProperties.
*
* An array of IBusProperties.
*/
struct _IBusPropList {
IBusSerializable parent;
/*< public >*/
GArray *properties;
};
How can I resolve this warning?
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]