Skip to content

Commit ad65307

Browse files
committed
Added jazzy docs
1 parent 19e4a6a commit ad65307

File tree

109 files changed

+109202
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+109202
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
22
/.build
3+
/build
34
/Packages
45
/*.xcodeproj

docs/Classes.html

Lines changed: 1000 additions & 0 deletions
Large diffs are not rendered by default.

docs/Classes/Index.html

Lines changed: 976 additions & 0 deletions
Large diffs are not rendered by default.

docs/Classes/TranslationUnit.html

Lines changed: 1240 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums.html

Lines changed: 1241 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/CXXAccessSpecifierKind.html

Lines changed: 1052 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/DiagnosticSeverity.html

Lines changed: 1116 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/Language.html

Lines changed: 1052 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/LoadDiagError.html

Lines changed: 1055 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/RefQualifier.html

Lines changed: 1022 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/StorageClass.html

Lines changed: 1177 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/TemplateArgumentKind.html

Lines changed: 1240 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/TokenKind.html

Lines changed: 1114 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/TypeLayoutError.html

Lines changed: 1108 additions & 0 deletions
Large diffs are not rendered by default.

docs/Enums/VisibilityKind.html

Lines changed: 1046 additions & 0 deletions
Large diffs are not rendered by default.

docs/Extensions.html

Lines changed: 1092 additions & 0 deletions
Large diffs are not rendered by default.

docs/Extensions/CXCursor.html

Lines changed: 989 additions & 0 deletions
Large diffs are not rendered by default.

docs/Extensions/CXType.html

Lines changed: 989 additions & 0 deletions
Large diffs are not rendered by default.

docs/Extensions/ClangCursorBacked.html

Lines changed: 989 additions & 0 deletions
Large diffs are not rendered by default.

docs/Extensions/ClangTypeBacked.html

Lines changed: 989 additions & 0 deletions
Large diffs are not rendered by default.

docs/Extensions/MethodDecl.html

Lines changed: 1007 additions & 0 deletions
Large diffs are not rendered by default.

docs/Functions.html

Lines changed: 1006 additions & 0 deletions
Large diffs are not rendered by default.

docs/Protocols.html

Lines changed: 1065 additions & 0 deletions
Large diffs are not rendered by default.

docs/Protocols/CType.html

Lines changed: 1237 additions & 0 deletions
Large diffs are not rendered by default.

docs/Protocols/Comment.html

Lines changed: 991 additions & 0 deletions
Large diffs are not rendered by default.

docs/Protocols/Cursor.html

Lines changed: 1691 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs.html

Lines changed: 7597 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/CallExpr.html

Lines changed: 1019 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/DiagnosticDisplayOptions.html

Lines changed: 1208 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/EnumConstantDecl.html

Lines changed: 1011 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/File.html

Lines changed: 1072 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/FullComment.html

Lines changed: 976 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/FunctionDecl.html

Lines changed: 1013 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/GlobalOptions.html

Lines changed: 1134 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/InclusionDirective.html

Lines changed: 984 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/ObjCMessageExpr.html

Lines changed: 1019 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/PlatformAvailability.html

Lines changed: 1132 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/RecordType.html

Lines changed: 1005 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/SourceLocation.html

Lines changed: 1084 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/SourceRange.html

Lines changed: 1019 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/Token.html

Lines changed: 1003 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/TranslationUnitOptions.html

Lines changed: 1363 additions & 0 deletions
Large diffs are not rendered by default.

docs/Structs/UniqueFileID.html

Lines changed: 1023 additions & 0 deletions
Large diffs are not rendered by default.

docs/badge.svg

Lines changed: 1 addition & 0 deletions

docs/css/highlight.css

Lines changed: 200 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
/* Credit to https://gist.github.com/wataru420/2048287 */
2+
.highlight {
3+
/* Comment */
4+
/* Error */
5+
/* Keyword */
6+
/* Operator */
7+
/* Comment.Multiline */
8+
/* Comment.Preproc */
9+
/* Comment.Single */
10+
/* Comment.Special */
11+
/* Generic.Deleted */
12+
/* Generic.Deleted.Specific */
13+
/* Generic.Emph */
14+
/* Generic.Error */
15+
/* Generic.Heading */
16+
/* Generic.Inserted */
17+
/* Generic.Inserted.Specific */
18+
/* Generic.Output */
19+
/* Generic.Prompt */
20+
/* Generic.Strong */
21+
/* Generic.Subheading */
22+
/* Generic.Traceback */
23+
/* Keyword.Constant */
24+
/* Keyword.Declaration */
25+
/* Keyword.Pseudo */
26+
/* Keyword.Reserved */
27+
/* Keyword.Type */
28+
/* Literal.Number */
29+
/* Literal.String */
30+
/* Name.Attribute */
31+
/* Name.Builtin */
32+
/* Name.Class */
33+
/* Name.Constant */
34+
/* Name.Entity */
35+
/* Name.Exception */
36+
/* Name.Function */
37+
/* Name.Namespace */
38+
/* Name.Tag */
39+
/* Name.Variable */
40+
/* Operator.Word */
41+
/* Text.Whitespace */
42+
/* Literal.Number.Float */
43+
/* Literal.Number.Hex */
44+
/* Literal.Number.Integer */
45+
/* Literal.Number.Oct */
46+
/* Literal.String.Backtick */
47+
/* Literal.String.Char */
48+
/* Literal.String.Doc */
49+
/* Literal.String.Double */
50+
/* Literal.String.Escape */
51+
/* Literal.String.Heredoc */
52+
/* Literal.String.Interpol */
53+
/* Literal.String.Other */
54+
/* Literal.String.Regex */
55+
/* Literal.String.Single */
56+
/* Literal.String.Symbol */
57+
/* Name.Builtin.Pseudo */
58+
/* Name.Variable.Class */
59+
/* Name.Variable.Global */
60+
/* Name.Variable.Instance */
61+
/* Literal.Number.Integer.Long */ }
62+
.highlight .c {
63+
color: #999988;
64+
font-style: italic; }
65+
.highlight .err {
66+
color: #a61717;
67+
background-color: #e3d2d2; }
68+
.highlight .k {
69+
color: #000000;
70+
font-weight: bold; }
71+
.highlight .o {
72+
color: #000000;
73+
font-weight: bold; }
74+
.highlight .cm {
75+
color: #999988;
76+
font-style: italic; }
77+
.highlight .cp {
78+
color: #999999;
79+
font-weight: bold; }
80+
.highlight .c1 {
81+
color: #999988;
82+
font-style: italic; }
83+
.highlight .cs {
84+
color: #999999;
85+
font-weight: bold;
86+
font-style: italic; }
87+
.highlight .gd {
88+
color: #000000;
89+
background-color: #ffdddd; }
90+
.highlight .gd .x {
91+
color: #000000;
92+
background-color: #ffaaaa; }
93+
.highlight .ge {
94+
color: #000000;
95+
font-style: italic; }
96+
.highlight .gr {
97+
color: #aa0000; }
98+
.highlight .gh {
99+
color: #999999; }
100+
.highlight .gi {
101+
color: #000000;
102+
background-color: #ddffdd; }
103+
.highlight .gi .x {
104+
color: #000000;
105+
background-color: #aaffaa; }
106+
.highlight .go {
107+
color: #888888; }
108+
.highlight .gp {
109+
color: #555555; }
110+
.highlight .gs {
111+
font-weight: bold; }
112+
.highlight .gu {
113+
color: #aaaaaa; }
114+
.highlight .gt {
115+
color: #aa0000; }
116+
.highlight .kc {
117+
color: #000000;
118+
font-weight: bold; }
119+
.highlight .kd {
120+
color: #000000;
121+
font-weight: bold; }
122+
.highlight .kp {
123+
color: #000000;
124+
font-weight: bold; }
125+
.highlight .kr {
126+
color: #000000;
127+
font-weight: bold; }
128+
.highlight .kt {
129+
color: #445588; }
130+
.highlight .m {
131+
color: #009999; }
132+
.highlight .s {
133+
color: #d14; }
134+
.highlight .na {
135+
color: #008080; }
136+
.highlight .nb {
137+
color: #0086B3; }
138+
.highlight .nc {
139+
color: #445588;
140+
font-weight: bold; }
141+
.highlight .no {
142+
color: #008080; }
143+
.highlight .ni {
144+
color: #800080; }
145+
.highlight .ne {
146+
color: #990000;
147+
font-weight: bold; }
148+
.highlight .nf {
149+
color: #990000; }
150+
.highlight .nn {
151+
color: #555555; }
152+
.highlight .nt {
153+
color: #000080; }
154+
.highlight .nv {
155+
color: #008080; }
156+
.highlight .ow {
157+
color: #000000;
158+
font-weight: bold; }
159+
.highlight .w {
160+
color: #bbbbbb; }
161+
.highlight .mf {
162+
color: #009999; }
163+
.highlight .mh {
164+
color: #009999; }
165+
.highlight .mi {
166+
color: #009999; }
167+
.highlight .mo {
168+
color: #009999; }
169+
.highlight .sb {
170+
color: #d14; }
171+
.highlight .sc {
172+
color: #d14; }
173+
.highlight .sd {
174+
color: #d14; }
175+
.highlight .s2 {
176+
color: #d14; }
177+
.highlight .se {
178+
color: #d14; }
179+
.highlight .sh {
180+
color: #d14; }
181+
.highlight .si {
182+
color: #d14; }
183+
.highlight .sx {
184+
color: #d14; }
185+
.highlight .sr {
186+
color: #009926; }
187+
.highlight .s1 {
188+
color: #d14; }
189+
.highlight .ss {
190+
color: #990073; }
191+
.highlight .bp {
192+
color: #999999; }
193+
.highlight .vc {
194+
color: #008080; }
195+
.highlight .vg {
196+
color: #008080; }
197+
.highlight .vi {
198+
color: #008080; }
199+
.highlight .il {
200+
color: #009999; }

0 commit comments

Comments
 (0)