Skip to content

Commit ab8b4e4

Browse files
committed
Fixed lua doc errors
1 parent 9a50c57 commit ab8b4e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/gui_frame_glues.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@
120120
* is hidden indirectly (for example if its parent is itself hidden). This
121121
* will only fire if the frame was previously shown.
122122
* - `OnKeyDown`: Triggered when a keyboard key is pressed. Will only
123-
* trigger if the frame has focus (see @ref frame::set_focus) or if the key has
124-
* been registered for capture using @ref frame::enable_key_capture. If no
123+
* trigger if the frame has focus (see @{Frame:set_focus}) or if the key has
124+
* been registered for capture using @{Frame:enable_key_capture}. If no
125125
* keyboard-enabled frame is focused, only the topmost frame with
126-
* @ref frame::enable_key_capture will receive the event. If no frame has
126+
* @{Frame:enable_key_capture} will receive the event. If no frame has
127127
* captured the key, then the key is tested for existing key bindings (see
128-
* @ref key_binder). This event provides five arguments to the registered
128+
* @{Manager.register_key_binding}). This event provides five arguments to the registered
129129
* callback: a number identifying the main key being pressed, three boolean flags
130130
* for "Shift", "Ctrl", and "Alt, and finally the human-readable name of the
131131
* key combination being pressed (e.g., Shift+A).

0 commit comments

Comments
 (0)