-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Documentation
: added reference to new View.debugRevenueCatOverlay
#2574
Conversation
This is still not fully working, I filed swiftlang/swift-docc-plugin#60 |
@@ -25,6 +25,7 @@ Most features require configuring the SDK before using it. | |||
- ``Purchases/configure(withAPIKey:)`` | |||
- ``Purchases/configure(with:)-6oipy`` | |||
- ``PurchasesDiagnostics`` | |||
- ``SwiftUI/View/debugRevenueCatOverlay()`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The goal is to be able to do this.
51a4c45
to
8d323ed
Compare
b44df17
to
0db1287
Compare
17b242c
to
a53aef5
Compare
0db1287
to
2379c92
Compare
04f0358
to
fdc749b
Compare
2379c92
to
b6580dc
Compare
Codecov Report
@@ Coverage Diff @@
## main #2574 +/- ##
==========================================
+ Coverage 86.25% 86.27% +0.02%
==========================================
Files 205 205
Lines 14366 14312 -54
==========================================
- Hits 12391 12348 -43
+ Misses 1975 1964 -11 |
TODO: add references for #2593 too. |
Documentation
: added reference to new View.debugRevenueCatOverlay
Documentation
: added reference to new View.debugRevenueCatOverlay
This requires a new flag `include-extended-types` (see https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/generating-documentation-for-extended-types/).
b6580dc
to
22c4223
Compare
Closing this |
See #2567.
This requires a new flag
include-extended-types
(see https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/generating-documentation-for-extended-types/).This is fixed in Xcode 15 🎉
