diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-22 05:24:42 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-07 19:13:28 +0800 |
commit | 84ba2f958fff42f41a23726b304fe9545db135c4 (patch) | |
tree | ae740dadabe37e4c9b9c9ecf7bace780b61819e4 /shell/e-shell-backend.c | |
parent | c675132de1981a140cf3341b7b1c3cd08862b54b (diff) | |
download | gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar.gz gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar.bz2 gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar.lz gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar.xz gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar.zst gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.zip |
Move "section" documentation out of header files.
Diffstat (limited to 'shell/e-shell-backend.c')
-rw-r--r-- | shell/e-shell-backend.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/e-shell-backend.c b/shell/e-shell-backend.c index 18ebe0f8d8..ed354712d3 100644 --- a/shell/e-shell-backend.c +++ b/shell/e-shell-backend.c @@ -21,6 +21,12 @@ * Copyright (C) 2009 Intel Corporation */ +/** + * SECTION: e-shell-backend + * @short_description: dynamically loaded capabilities + * @include: shell/e-shell-backend.h + **/ + #include "e-shell-backend.h" #include <errno.h> |