From c3c9e7977edfa0179b017d29deb3189a156235c4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 24 Oct 2017 16:40:50 +0200 Subject: API documentation: Suppress some warnings being thrown. --- src/app-indicator.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/app-indicator.h') diff --git a/src/app-indicator.h b/src/app-indicator.h index 8ae20b0..b8f888a 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -233,15 +233,14 @@ struct _AppIndicatorClass { /** * AppIndicator: - * - * A application indicator represents the values that are needed to show a + * parent: Parent object. + * priv: Internal data. + * + * An application indicator represents the values that are needed to show a * unique status in the panel for an application. In general, applications * should try to fit in the other indicators that are available on the * panel before using this. But, sometimes it is necissary. * - * Private fields - * @parent: Parent object. - * @priv: Internal data. */ struct _AppIndicator { GObject parent; -- cgit v1.2.3