mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
cleanup: Fixup wrong JSDoc comments
There are a handful of JSDoc comments that are invalid or don't conform to the configured format. Fix them to remove the last remaining bit of legacy configuration. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2866>
This commit is contained in:
parent
a42f7c2384
commit
ff010a11ab
15 changed files with 119 additions and 170 deletions
|
|
@ -59,13 +59,12 @@ export class ServiceImplementation {
|
|||
}
|
||||
|
||||
/**
|
||||
* _handleError:
|
||||
* @param {Gio.DBusMethodInvocation}
|
||||
* @param {Error}
|
||||
*
|
||||
* Complete @invocation with an appropriate error if @error is set;
|
||||
* useful for implementing early returns from method implementations.
|
||||
*
|
||||
* @param {Gio.DBusMethodInvocation}
|
||||
* @param {Error}
|
||||
*
|
||||
* @returns {bool} - true if @invocation was completed
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue