From 6b53dd8da13d35ce3e8130b25584371473927a4f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 13 Dec 2012 17:18:51 -0500 Subject: libeshell documentation cleanups. --- shell/es-event.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shell/es-event.c') diff --git a/shell/es-event.c b/shell/es-event.c index 4dc3a5ad25..2fdf432ba0 100644 --- a/shell/es-event.c +++ b/shell/es-event.c @@ -56,7 +56,7 @@ es_event_peek (void) { if (es_event == NULL) { es_event = g_object_new (es_event_get_type (), NULL); - /** @HookPoint: Shell Events Hookpoint + /* @HookPoint: Shell Events Hookpoint * Id: org.gnome.evolution.shell.events * * This is the hook point which emits shell events. @@ -100,12 +100,12 @@ es_event_hook_class_init (ESEventHookClass *class) EEventHookClass *event_hook_class; gint i; - /** @HookClass: Shell Main Menu + /* @HookClass: Shell Main Menu * @Id: org.gnome.evolution.shell.events:1.0 * @Target: ESEventTargetState * * A hook for events coming from the shell. - **/ + */ plugin_hook_class = E_PLUGIN_HOOK_CLASS (class); plugin_hook_class->id = "org.gnome.evolution.shell.events:1.0"; -- cgit v1.2.3