File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ import Foundation
77 import MozillaRustComponents
88#endif
99
10+ // swiftlint:disable type_body_length
11+
1012/// This class inherits from the Rust `FirefoxAccount` and adds:
1113/// - Automatic state persistence through `PersistCallback`.
1214/// - Auth error signaling through observer notifications.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ extension UInt8 {
2626///
2727/// - parameters:
2828/// * args: The array of strings to use.
29- // If `nil` no output array will be allocated and `nil` will be passed to `body`.
29+ /// If `nil` no output array will be allocated and `nil` will be passed to `body`.
3030/// * body: The closure that gets an array of C-compatible strings
3131func withArrayOfCStrings< R> (
3232 _ args: [ String ] ? ,
@@ -81,8 +81,8 @@ func timestampNanos() -> UInt64 {
8181}
8282
8383/// Gets a gecko-compatible locale string (e.g. "es-ES")
84- // If the locale can't be determined on the system, the value is "und",
85- // to indicate "undetermined".
84+ /// If the locale can't be determined on the system, the value is "und",
85+ /// to indicate "undetermined".
8686///
8787/// - returns: a locale string that supports custom injected locale/languages.
8888func getLocaleTag( ) -> String {
You can’t perform that action at this time.
0 commit comments