WireGuardKit: Fix docs for WireGuardLogLevel

Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
Andrej Mihajlov 2020-12-02 13:49:25 +01:00
parent 2329f712cf
commit bceb0a827d
1 changed files with 1 additions and 2 deletions

View File

@ -357,8 +357,7 @@ public class WireGuardAdapter {
} }
} }
/// A enum describing Wireguard log levels defined in `api-ios.go` from `wireguard-apple` /// A enum describing WireGuard log levels defined in `api-ios.go`.
/// repository.
public enum WireGuardLogLevel: Int32 { public enum WireGuardLogLevel: Int32 {
case debug = 0 case debug = 0
case info = 1 case info = 1