Skip to content

Commit

Permalink
Fix some documentation comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan committed Jul 20, 2020
1 parent a75d482 commit f313aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Extensions/Device+ProductLines.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

public extension Device {

/// Product line of the model, currently supported only for the iPad.
/// Product line of the model.
var productLine: ProductLine? {
switch family {
case .pad:
Expand Down
1 change: 1 addition & 0 deletions Sources/Model/Lines.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public enum Lines {
}
}

/// A type that describes the specific iPhone line.
public enum iPhone: ProductLine {
/// - standard: A standard iPhone product.
case standard
Expand Down

0 comments on commit f313aff

Please sign in to comment.