Skip to content

Commit 4a84961

Browse files
authored
Utils: markup_accel_tooltip: Correctly markup documentation (#901)
1 parent 37ba8b3 commit 4a84961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Widgets/Utils.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ public const string TOOLTIP_SECONDARY_TEXT_MARKUP = """<span weight="600" size="
127127
*
128128
* Example:
129129
*
130-
* Description
130+
* Description<<BR>>
131131
* Shortcut 1, Shortcut 2
132132
*
133-
* @param a string array of accelerator labels like {"<Control>a", "<Super>Right"}
133+
* @param accels a string array of accelerator labels like {"<Control>a", "<Super>Right"}
134134
*
135135
* @param description a standard tooltip text string
136136
*

0 commit comments

Comments
 (0)