EventControllerKey: Remove redundant/unliked "See"
authorDaniel Boles <dboles.src@gmail.com>
Fri, 14 Jul 2023 13:22:57 +0000 (14:22 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Fri, 14 Jul 2023 13:22:57 +0000 (14:22 +0100)
Saying "See [Thing]" is not very helpful without it being a link to
Thing, and we already get that for free as the "Type:" of the param.

gtk/gtkeventcontrollerkey.c

index 8279e42b4f75f5ce197ae2357b741ad42ff6bc91..0ca3ac29bcac16cdbb04f64cf7af2f28d8fb6184 100644 (file)
@@ -193,7 +193,7 @@ gtk_event_controller_key_class_init (GtkEventControllerKeyClass *klass)
    * @controller: the object which received the signal.
    * @keyval: the pressed key.
    * @keycode: the raw code of the pressed key.
-   * @state: the bitmask, representing the state of modifier keys and pointer buttons. See `GdkModifierType`.
+   * @state: the bitmask, representing the state of modifier keys and pointer buttons.
    *
    * Emitted whenever a key is pressed.
    *
@@ -215,7 +215,7 @@ gtk_event_controller_key_class_init (GtkEventControllerKeyClass *klass)
    * @controller: the object which received the signal.
    * @keyval: the released key.
    * @keycode: the raw code of the released key.
-   * @state: the bitmask, representing the state of modifier keys and pointer buttons. See `GdkModifierType`.
+   * @state: the bitmask, representing the state of modifier keys and pointer buttons.
    *
    * Emitted whenever a key is released.
    */
@@ -234,7 +234,7 @@ gtk_event_controller_key_class_init (GtkEventControllerKeyClass *klass)
    * GtkEventControllerKey::modifiers:
    * @controller: the object which received the signal.
    * @state: the bitmask, representing the new state of modifier keys and
-   *   pointer buttons. See `GdkModifierType`.
+   *   pointer buttons.
    *
    * Emitted whenever the state of modifier keys and pointer buttons change.
    */