diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.com> | 2013-03-11 16:52:36 +0100 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2013-03-14 18:11:04 -0400 |
commit | 2efed442574507239bf2f319679c73ea9a45ea8b (patch) | |
tree | 5081c52e3631e19fd2b484ccea73ebec831d2f13 /src/compositor/meta-plugin.c | |
parent | 69c72ebb26d6a2f614ada4f135df0e8ec25f5ab2 (diff) | |
download | mutter-2efed442574507239bf2f319679c73ea9a45ea8b.tar.gz |
Add a meaningful name and description to all sections/files in the API docs
https://bugzilla.gnome.org/show_bug.cgi?id=695641
Diffstat (limited to 'src/compositor/meta-plugin.c')
-rw-r--r-- | src/compositor/meta-plugin.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compositor/meta-plugin.c b/src/compositor/meta-plugin.c index 8aa3f1cac..a7ee1137b 100644 --- a/src/compositor/meta-plugin.c +++ b/src/compositor/meta-plugin.c @@ -21,6 +21,13 @@ * 02111-1307, USA. */ +/** + * SECTION:meta-plugin + * @title: MetaPlugin + * @short_description: Entry point for plugins + * + */ + #include <meta/meta-plugin.h> #include "meta-plugin-manager.h" #include <meta/screen.h> |