From 5a15df16f0911f637fe903732a4a554faa114477 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Sat, 5 Aug 2023 08:26:07 -0700 Subject: [PATCH] Refactor Documentation --- Sources/SafariView/SafariView.docc/SafariView.md | 2 +- Sources/SafariView/SafariView.swift | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/SafariView/SafariView.docc/SafariView.md b/Sources/SafariView/SafariView.docc/SafariView.md index 2879eece0..e4162a68c 100644 --- a/Sources/SafariView/SafariView.docc/SafariView.md +++ b/Sources/SafariView/SafariView.docc/SafariView.md @@ -4,7 +4,7 @@ SafariServices in SwiftUI ## Overview -`SafariView` is a package that wraps `SafariServices` for use with SwiftUI applications. Currently, it contains a single SwiftUI view, also called SafariView, which wraps SFSafariViewController. +`SafariView` is a package that wraps [`SafariServices`](https://developer.apple.com/documentation/safariservices/) for use with SwiftUI applications. Currently, it contains a single SwiftUI view, also called `SafariView`, which wraps [`SFSafariViewController`](https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller). ## Topics diff --git a/Sources/SafariView/SafariView.swift b/Sources/SafariView/SafariView.swift index 184d55035..acd93aa8c 100644 --- a/Sources/SafariView/SafariView.swift +++ b/Sources/SafariView/SafariView.swift @@ -143,6 +143,7 @@ public struct SafariView: View { // MARK: - View + @_documentation(visibility: internal) public var body: some View { Safari(parent: self) .ignoresSafeArea(.container, edges: .all)