You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/properties.rs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,9 @@ mod metadata {
61
61
}
62
62
63
63
/// A piece of Metadata on a Jack `subject`: either a port or a client.
64
-
/// See the JACK Metadata API [description](https://jackaudio.org/metadata/) and [documentation](https://jackaudio.org/api/group__Metadata.html) and for more info.
64
+
///
65
+
/// See the JACK Metadata API [description](https://jackaudio.org/metadata/) and
66
+
/// [documentation](https://jackaudio.org/api/group__Metadata.html) and for more info.
0 commit comments