From 84ba2f958fff42f41a23726b304fe9545db135c4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 21 Mar 2010 17:24:42 -0400 Subject: Move "section" documentation out of header files. --- e-util/e-account-utils.c | 5 +++++ e-util/e-account-utils.h | 5 ----- e-util/e-module.c | 5 +++++ e-util/e-module.h | 5 ----- e-util/e-selection.c | 6 ++++++ e-util/e-selection.h | 6 ------ e-util/e-ui-manager.c | 9 +++++++++ e-util/e-ui-manager.h | 9 --------- e-util/e-util.c | 5 +++++ e-util/e-util.h | 5 ----- 10 files changed, 30 insertions(+), 30 deletions(-) (limited to 'e-util') diff --git a/e-util/e-account-utils.c b/e-util/e-account-utils.c index 4d169d956a..4395542f7c 100644 --- a/e-util/e-account-utils.c +++ b/e-util/e-account-utils.c @@ -15,6 +15,11 @@ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ +/** + * SECTION: e-account-utils + * @include: e-util/e-account-utils.h + **/ + #include "e-account-utils.h" #include diff --git a/e-util/e-account-utils.h b/e-util/e-account-utils.h index ca184404ef..f2ae8fc5dc 100644 --- a/e-util/e-account-utils.h +++ b/e-util/e-account-utils.h @@ -15,11 +15,6 @@ * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ -/** - * SECTION: e-account-utils - * @include: e-util/e-account-utils.h - **/ - #ifndef E_ACCOUNT_UTILS_H #define E_ACCOUNT_UTILS_H diff --git a/e-util/e-module.c b/e-util/e-module.c index 3919841910..0ee4227823 100644 --- a/e-util/e-module.c +++ b/e-util/e-module.c @@ -19,6 +19,11 @@ * */ +/** + * SECTION: e-module + * @include: e-util/e-module.h + **/ + #include "e-module.h" #include diff --git a/e-util/e-module.h b/e-util/e-module.h index 6f99fc0515..dc96bb34d9 100644 --- a/e-util/e-module.h +++ b/e-util/e-module.h @@ -19,11 +19,6 @@ * */ -/** - * SECTION: e-module - * @include: e-util/e-module.h - **/ - #ifndef E_MODULE_H #define E_MODULE_H diff --git a/e-util/e-selection.c b/e-util/e-selection.c index 8be4c0b55a..3561dda636 100644 --- a/e-util/e-selection.c +++ b/e-util/e-selection.c @@ -19,6 +19,12 @@ * */ +/** + * SECTION: e-selection + * @short_description: selection and clipboard utilities + * @include: e-util/e-selection.h + **/ + #include "e-selection.h" #include diff --git a/e-util/e-selection.h b/e-util/e-selection.h index f179180cd9..88ac772bae 100644 --- a/e-util/e-selection.h +++ b/e-util/e-selection.h @@ -19,12 +19,6 @@ * */ -/** - * SECTION: e-selection - * @short_description: selection and clipboard utilities - * @include: e-util/e-selection.h - **/ - #ifndef E_SELECTION_H #define E_SELECTION_H diff --git a/e-util/e-ui-manager.c b/e-util/e-ui-manager.c index 8c7455a054..f108cd37c5 100644 --- a/e-util/e-ui-manager.c +++ b/e-util/e-ui-manager.c @@ -16,6 +16,15 @@ * */ +/** + * SECTION: e-ui-manager + * @short_description: construct menus and toolbars from a UI definition + * @include: e-util/e-ui-manager.h + * + * This is a #GtkUIManager with support for Evolution's "express" mode, + * which influences the parsing of UI definitions. + **/ + #include "e-ui-manager.h" #include "e-util-private.h" diff --git a/e-util/e-ui-manager.h b/e-util/e-ui-manager.h index f0dc02c2cc..9b1f389d76 100644 --- a/e-util/e-ui-manager.h +++ b/e-util/e-ui-manager.h @@ -16,15 +16,6 @@ * */ -/** - * SECTION: e-ui-manager - * @short_description: construct menus and toolbars from a UI definition - * @include: e-util/e-ui-manager.h - * - * This is a #GtkUIManager with support for Evolution's "express" mode, - * which influences the parsing of UI definitions. - **/ - #ifndef E_UI_MANAGER_H #define E_UI_MANAGER_H diff --git a/e-util/e-util.c b/e-util/e-util.c index cf5c0b0464..46404e6ed6 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -20,6 +20,11 @@ * */ +/** + * SECTION: e-util + * @include: e-util/e-util.h + **/ + #include #include diff --git a/e-util/e-util.h b/e-util/e-util.h index dfbc6c0746..887cc20ce2 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -20,11 +20,6 @@ * */ -/** - * SECTION: e-util - * @include: e-util/e-util.h - **/ - #ifndef E_UTIL_H #define E_UTIL_H -- cgit v1.2.3