Skip to content

Commit 38a7758

Browse files
committed
Remove @Comment around a documentation line for Windows image attachments.
This feature is now accepted/implemented/public, so remove the stray `@Comment` annotation.
1 parent 0cbe3ec commit 38a7758

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/Testing/Attachments/Images/AttachableAsImage.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
/// |-|-|
5353
/// | macOS | [`CGImage`](https://developer.apple.com/documentation/coregraphics/cgimage), [`CIImage`](https://developer.apple.com/documentation/coreimage/ciimage), [`NSImage`](https://developer.apple.com/documentation/appkit/nsimage) |
5454
/// | iOS, watchOS, tvOS, and visionOS | [`CGImage`](https://developer.apple.com/documentation/coregraphics/cgimage), [`CIImage`](https://developer.apple.com/documentation/coreimage/ciimage), [`UIImage`](https://developer.apple.com/documentation/uikit/uiimage) |
55-
/// @Comment {
5655
/// | Windows | [`HBITMAP`](https://learn.microsoft.com/en-us/windows/win32/gdi/bitmaps), [`HICON`](https://learn.microsoft.com/en-us/windows/win32/menurc/icons), [`IWICBitmapSource`](https://learn.microsoft.com/en-us/windows/win32/api/wincodec/nn-wincodec-iwicbitmapsource) (including its subclasses declared by Windows Imaging Component) |
57-
/// }
5856
///
5957
/// You do not generally need to add your own conformances to this protocol. If
6058
/// you have an image in another format that needs to be attached to a test,

0 commit comments

Comments
 (0)