ShellWindowTracker: remove gtk-doc marks from private functions

static internal functions should be documented with /*, not /**

https://bugzilla.gnome.org/show_bug.cgi?id=721439
This commit is contained in:
Giovanni Campagna 2014-01-04 17:33:20 +01:00
parent 7c199e0b10
commit 07ad56b376

View File

@ -177,7 +177,7 @@ shell_window_tracker_is_window_interesting (MetaWindow *window)
return TRUE; return TRUE;
} }
/** /*
* get_app_from_window_wmclass: * get_app_from_window_wmclass:
* *
* Looks only at the given window, and attempts to determine * Looks only at the given window, and attempts to determine
@ -256,7 +256,7 @@ get_app_from_window_wmclass (MetaWindow *window)
return NULL; return NULL;
} }
/** /*
* get_app_from_gapplication_id: * get_app_from_gapplication_id:
* @monitor: a #ShellWindowTracker * @monitor: a #ShellWindowTracker
* @window: a #MetaWindow * @window: a #MetaWindow
@ -290,7 +290,7 @@ get_app_from_gapplication_id (MetaWindow *window)
return app; return app;
} }
/** /*
* get_app_from_window_group: * get_app_from_window_group:
* @monitor: a #ShellWindowTracker * @monitor: a #ShellWindowTracker
* @window: a #MetaWindow * @window: a #MetaWindow
@ -338,7 +338,7 @@ get_app_from_window_group (ShellWindowTracker *tracker,
return result; return result;
} }
/** /*
* get_app_from_window_pid: * get_app_from_window_pid:
* @tracker: a #ShellWindowTracker * @tracker: a #ShellWindowTracker
* @window: a #MetaWindow * @window: a #MetaWindow