aboutsummaryrefslogtreecommitdiffstats
path: root/e-util
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-03-22 05:24:42 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-03-22 05:24:42 +0800
commitf9dd2dd10b3639a5924b7724624547ae56f2a4a0 (patch)
treeea1786de144181baff143ab346fc229bb2bf57b2 /e-util
parentecdb79111cdc6a38234655b668d81d1fed95ec30 (diff)
downloadgsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.gz
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.bz2
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.lz
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.xz
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.tar.zst
gsoc2013-evolution-f9dd2dd10b3639a5924b7724624547ae56f2a4a0.zip
Move "section" documentation out of header files.
Diffstat (limited to 'e-util')
-rw-r--r--e-util/e-account-utils.c5
-rw-r--r--e-util/e-account-utils.h5
-rw-r--r--e-util/e-module.c5
-rw-r--r--e-util/e-module.h5
-rw-r--r--e-util/e-selection.c6
-rw-r--r--e-util/e-selection.h6
-rw-r--r--e-util/e-ui-manager.c9
-rw-r--r--e-util/e-ui-manager.h9
-rw-r--r--e-util/e-util.c5
-rw-r--r--e-util/e-util.h5
10 files changed, 30 insertions, 30 deletions
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 <gconf/gconf-client.h>
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 <glib/gi18n.h>
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 <string.h>
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 d7c249af06..4086707e81 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 <config.h>
#include <stdlib.h>
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