1 2 3 4 5 6
import Foundation /// This is a comment. enum Colors: String, Codable { case green = "Green\"" }