#TESTS = $(GTKDOC_CHECK)
trim-build.stamp: scan-build.stamp
- sed "/<TITLE>IBusAttrList<\/TITLE>/d; \
- /<TITLE>IBusPropList<\/TITLE>/d; \
+ sed " \
/<TITLE>IBusFactoryInfo<\/TITLE>/d; \
/IBusObjectFlags/d;\
/IBUS_OBJECT_FLAGS/d;\
*/
/**
* SECTION: ibusmessage
- * @short_description: A DBusMessage in IBus.
- * @stability: Stable
+ * @Title: IBusMessage
+ * @Short_description: A DBusMessage in IBus.
+ * @Stability: Stable
*
* An IBusMessage is essentially a DBusMessage, which representing a message received from or to
* be sent to another application.
*/
/**
* SECTION: ibuspendingcall
- * @short_description: A DBusPendingCall in IBus.
- * @stability: Stable
+ * @Title: IBusPendingCall
+ * @Short_description: A DBusPendingCall in IBus.
+ * @Stability: Stable
*
* An IBusPendingCall is essentially a DBusPendingCall, which representing an expected reply.
* A IBusPendingCall can be created when you send a message that should have a reply.