Skip to content

Commit

Permalink
Refactor Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Aug 5, 2023
1 parent 28429e7 commit 5a15df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SafariView/SafariView.docc/SafariView.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions Sources/SafariView/SafariView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a15df1

Please sign in to comment.