diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-23 09:06:45 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-23 09:26:54 +0800 |
commit | 5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9 (patch) | |
tree | 9cc98eedb4934fd6e380596caf6caaf95d13cb9f /e-util/e-util.h | |
parent | 785c9829b8312649e28ec412696a9e3a8732ef19 (diff) | |
download | gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.gz gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.zst gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.zip |
Developer documentation improvements.
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r-- | e-util/e-util.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 68abcd4cba..16b3373279 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -20,8 +20,13 @@ * */ -#ifndef _E_UTIL_H_ -#define _E_UTIL_H_ +/** + * SECTION: e-util + * @include: e-util/e-util.h + **/ + +#ifndef E_UTIL_H +#define E_UTIL_H #include <sys/types.h> #include <gtk/gtk.h> @@ -154,4 +159,4 @@ GType e_camel_object_get_type (void); G_END_DECLS -#endif /* _E_UTIL_H_ */ +#endif /* E_UTIL_H */ |