Skip to content

Commit d908d0b

Browse files
Change comments to doc style.
1 parent 936756e commit d908d0b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Sources/Scalars/AnyValue.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414

1515
import Foundation
1616

17-
/**
18-
AnyValue represents the Any graphql scalar, which represents a scalar Codable data (Int, Double, String) or a JSON object
19-
20-
*/
17+
/// AnyValue represents the Any graphql scalar, which represents Codable data - scalar data (Int,
18+
/// Double, String, Bool,...) or a JSON object
2119
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
2220
public struct AnyValue {
2321
public private(set) var value: Data

0 commit comments

Comments
 (0)