Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89eb1d commit 25dbfa9Copy full SHA for 25dbfa9
1 file changed
VVDocumenterTests/VVTestHelper.m
@@ -31,9 +31,9 @@ +(NSArray *) testCodes
31
@" struct node {",
32
@"struct objc_object {"];
33
34
- NSArray *enums = @[@"typedef enum {",
35
- @"enum PlayerStateType : NSInteger {",
36
- @"enum tagname {"];
+ NSArray *enums = @[@"typedef NS_ENUM {",
+ @"typedef NS_ENUM \n {",
+ @" typedef NS_ENUM{"];
37
38
NSArray *unions = @[@"union {",
39
@" union \n {",
@@ -73,9 +73,9 @@ +(NSArray *) uniformCodes
73
74
75
76
77
78
+ @"typedef NS_ENUM {",
79
80
81
@" union {",
0 commit comments