Skip to content

Commit d6e3a86

Browse files
committed
Fix comment
1 parent cb95f85 commit d6e3a86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Gestures/GestureController.vala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ public class Gala.GestureController : Object {
9494
Object (action: action, wm: wm);
9595
}
9696

97-
// Do not call this directly, use {@link RooTarget.add_controller} instead.
97+
/**
98+
* Do not call this directly, use {@link RooTarget.add_controller} instead.
99+
*/
98100
public void attached (RootTarget target) {
99101
ref ();
100102
this.target = target;

0 commit comments

Comments
 (0)