Skip to content

Commit 586c36a

Browse files
committed
Opt out struct
1 parent 6f041df commit 586c36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VVDocumenter-Xcode/OCCategory/NSString+VVSyntax/NSString+VVSyntax.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ -(BOOL) vv_isSwiftProperty
8484
// `let`/`var` can be in swift func, but `(` appear before `let`/`var` only
8585
// happens when `private(set)` or `internal(set)` is used
8686
// typealias is considered to share the same comment as property.
87-
return [self vv_matchesPatternRegexPattern:@"^\\s*([^(]*?)(((\\s*let|var|typealias|class|struct\\s*)\\s+)|(\\(\\s*set\\s*\\)))"];
87+
return [self vv_matchesPatternRegexPattern:@"^\\s*([^(]*?)(((\\s*let|var|typealias|class\\s*)\\s+)|(\\(\\s*set\\s*\\)))"];
8888
}
8989

9090
-(BOOL) vv_isSwiftExtension

0 commit comments

Comments
 (0)