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:
parent
6544326ffd
commit
65f00f3af2
@ -177,7 +177,7 @@ shell_window_tracker_is_window_interesting (MetaWindow *window)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_window_wmclass:
|
||||
*
|
||||
* Looks only at the given window, and attempts to determine
|
||||
@ -256,7 +256,7 @@ get_app_from_window_wmclass (MetaWindow *window)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_gapplication_id:
|
||||
* @monitor: a #ShellWindowTracker
|
||||
* @window: a #MetaWindow
|
||||
@ -290,7 +290,7 @@ get_app_from_gapplication_id (MetaWindow *window)
|
||||
return app;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_window_group:
|
||||
* @monitor: a #ShellWindowTracker
|
||||
* @window: a #MetaWindow
|
||||
@ -338,7 +338,7 @@ get_app_from_window_group (ShellWindowTracker *tracker,
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* get_app_from_window_pid:
|
||||
* @tracker: a #ShellWindowTracker
|
||||
* @window: a #MetaWindow
|
||||
|
Loading…
Reference in New Issue
Block a user