diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-22 05:24:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-22 05:24:42 +0800 |
commit | f9dd2dd10b3639a5924b7724624547ae56f2a4a0 (patch) | |
tree | ea1786de144181baff143ab346fc229bb2bf57b2 /shell/e-shell-settings.c | |
parent | ecdb79111cdc6a38234655b668d81d1fed95ec30 (diff) | |
download | gsoc2013-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 'shell/e-shell-settings.c')
-rw-r--r-- | shell/e-shell-settings.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/e-shell-settings.c b/shell/e-shell-settings.c index 99e1822e68..7c5cac4e53 100644 --- a/shell/e-shell-settings.c +++ b/shell/e-shell-settings.c @@ -19,6 +19,12 @@ * */ +/** + * SECTION: e-shell-settings + * @short_description: settings management + * @include: shell/e-shell-settings.h + **/ + #include "e-shell-settings.h" #include "e-util/gconf-bridge.h" |