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 /e-util/e-selection.c | |
parent | c675132de1981a140cf3341b7b1c3cd08862b54b (diff) | |
download | gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar.gz gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.tar.zst gsoc2013-evolution-84ba2f958fff42f41a23726b304fe9545db135c4.zip |
Move "section" documentation out of header files.
Diffstat (limited to 'e-util/e-selection.c')
-rw-r--r-- | e-util/e-selection.c | 6 |
1 files changed, 6 insertions, 0 deletions
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> |