yard-api 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yard-api/version.rb +1 -1
  3. data/templates/api/fulldoc/html/css/common.css +281 -0
  4. data/templates/api/fulldoc/html/css/highlight.css +70 -0
  5. data/templates/api/fulldoc/html/js/highlight/CHANGES.md +953 -0
  6. data/templates/api/fulldoc/html/js/highlight/LICENSE +24 -0
  7. data/templates/api/fulldoc/html/js/highlight/README.md +101 -0
  8. data/templates/api/fulldoc/html/js/highlight/README.ru.md +101 -0
  9. data/templates/api/fulldoc/html/js/highlight/highlight.pack.js +1 -0
  10. data/templates/api/fulldoc/html/js/highlight/styles/arta.css +141 -0
  11. data/templates/api/fulldoc/html/js/highlight/styles/ascetic.css +53 -0
  12. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.dark.css +95 -0
  13. data/templates/api/fulldoc/html/js/highlight/styles/atelier-dune.light.css +95 -0
  14. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.dark.css +95 -0
  15. data/templates/api/fulldoc/html/js/highlight/styles/atelier-forest.light.css +95 -0
  16. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.dark.css +95 -0
  17. data/templates/api/fulldoc/html/js/highlight/styles/atelier-heath.light.css +95 -0
  18. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.dark.css +95 -0
  19. data/templates/api/fulldoc/html/js/highlight/styles/atelier-lakeside.light.css +95 -0
  20. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.dark.css +95 -0
  21. data/templates/api/fulldoc/html/js/highlight/styles/atelier-seaside.light.css +95 -0
  22. data/templates/api/fulldoc/html/js/highlight/styles/brown_paper.css +105 -0
  23. data/templates/api/fulldoc/html/js/highlight/styles/brown_papersq.png +0 -0
  24. data/templates/api/fulldoc/html/js/highlight/styles/codepen-embed.css +108 -0
  25. data/templates/api/fulldoc/html/js/highlight/styles/color-brewer.css +169 -0
  26. data/templates/api/fulldoc/html/js/highlight/styles/dark.css +105 -0
  27. data/templates/api/fulldoc/html/js/highlight/styles/default.css +153 -0
  28. data/templates/api/fulldoc/html/js/highlight/styles/docco.css +136 -0
  29. data/templates/api/fulldoc/html/js/highlight/styles/far.css +112 -0
  30. data/templates/api/fulldoc/html/js/highlight/styles/foundation.css +136 -0
  31. data/templates/api/fulldoc/html/js/highlight/styles/github.css +127 -0
  32. data/templates/api/fulldoc/html/js/highlight/styles/googlecode.css +148 -0
  33. data/templates/api/fulldoc/html/js/highlight/styles/hybrid.css +171 -0
  34. data/templates/api/fulldoc/html/js/highlight/styles/idea.css +126 -0
  35. data/templates/api/fulldoc/html/js/highlight/styles/ir_black.css +110 -0
  36. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.dark.css +96 -0
  37. data/templates/api/fulldoc/html/js/highlight/styles/kimbie.light.css +96 -0
  38. data/templates/api/fulldoc/html/js/highlight/styles/magula.css +122 -0
  39. data/templates/api/fulldoc/html/js/highlight/styles/mono-blue.css +70 -0
  40. data/templates/api/fulldoc/html/js/highlight/styles/monokai.css +127 -0
  41. data/templates/api/fulldoc/html/js/highlight/styles/monokai_sublime.css +148 -0
  42. data/templates/api/fulldoc/html/js/highlight/styles/obsidian.css +154 -0
  43. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.dark.css +95 -0
  44. data/templates/api/fulldoc/html/js/highlight/styles/paraiso.light.css +95 -0
  45. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.css +108 -0
  46. data/templates/api/fulldoc/html/js/highlight/styles/pojoaque.jpg +0 -0
  47. data/templates/api/fulldoc/html/js/highlight/styles/railscasts.css +185 -0
  48. data/templates/api/fulldoc/html/js/highlight/styles/rainbow.css +109 -0
  49. data/templates/api/fulldoc/html/js/highlight/styles/school_book.css +113 -0
  50. data/templates/api/fulldoc/html/js/highlight/styles/school_book.png +0 -0
  51. data/templates/api/fulldoc/html/js/highlight/styles/solarized_dark.css +109 -0
  52. data/templates/api/fulldoc/html/js/highlight/styles/solarized_light.css +109 -0
  53. data/templates/api/fulldoc/html/js/highlight/styles/sunburst.css +165 -0
  54. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-blue.css +95 -0
  55. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-bright.css +94 -0
  56. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night-eighties.css +94 -0
  57. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow-night.css +95 -0
  58. data/templates/api/fulldoc/html/js/highlight/styles/tomorrow.css +92 -0
  59. data/templates/api/fulldoc/html/js/highlight/styles/vs.css +94 -0
  60. data/templates/api/fulldoc/html/js/highlight/styles/xcode.css +159 -0
  61. data/templates/api/fulldoc/html/js/highlight/styles/zenburn.css +119 -0
  62. data/templates/api/fulldoc/html/js/jquery-1.11.1.min.js +4 -0
  63. data/yard-api.gemspec +1 -1
  64. metadata +61 -1
@@ -0,0 +1,95 @@
1
+ /* Tomorrow Night Theme */
2
+ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
3
+ /* Original theme - https://github.com/chriskempson/tomorrow-theme */
4
+ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
5
+
6
+ /* Tomorrow Comment */
7
+ .hljs-comment,
8
+ .hljs-title {
9
+ color: #969896;
10
+ }
11
+
12
+ /* Tomorrow Red */
13
+ .hljs-variable,
14
+ .hljs-attribute,
15
+ .hljs-tag,
16
+ .hljs-regexp,
17
+ .ruby .hljs-constant,
18
+ .xml .hljs-tag .hljs-title,
19
+ .xml .hljs-pi,
20
+ .xml .hljs-doctype,
21
+ .html .hljs-doctype,
22
+ .css .hljs-id,
23
+ .css .hljs-class,
24
+ .css .hljs-pseudo {
25
+ color: #cc6666;
26
+ }
27
+
28
+ /* Tomorrow Orange */
29
+ .hljs-number,
30
+ .hljs-preprocessor,
31
+ .hljs-pragma,
32
+ .hljs-built_in,
33
+ .hljs-literal,
34
+ .hljs-params,
35
+ .hljs-constant {
36
+ color: #de935f;
37
+ }
38
+
39
+ /* Tomorrow Yellow */
40
+ .ruby .hljs-class .hljs-title,
41
+ .css .hljs-rules .hljs-attribute {
42
+ color: #f0c674;
43
+ }
44
+
45
+ /* Tomorrow Green */
46
+ .hljs-string,
47
+ .hljs-value,
48
+ .hljs-inheritance,
49
+ .hljs-header,
50
+ .ruby .hljs-symbol,
51
+ .xml .hljs-cdata {
52
+ color: #b5bd68;
53
+ }
54
+
55
+ /* Tomorrow Aqua */
56
+ .css .hljs-hexcolor {
57
+ color: #8abeb7;
58
+ }
59
+
60
+ /* Tomorrow Blue */
61
+ .hljs-function,
62
+ .python .hljs-decorator,
63
+ .python .hljs-title,
64
+ .ruby .hljs-function .hljs-title,
65
+ .ruby .hljs-title .hljs-keyword,
66
+ .perl .hljs-sub,
67
+ .javascript .hljs-title,
68
+ .coffeescript .hljs-title {
69
+ color: #81a2be;
70
+ }
71
+
72
+ /* Tomorrow Purple */
73
+ .hljs-keyword,
74
+ .javascript .hljs-function {
75
+ color: #b294bb;
76
+ }
77
+
78
+ .hljs {
79
+ display: block;
80
+ overflow-x: auto;
81
+ background: #1d1f21;
82
+ color: #c5c8c6;
83
+ padding: 0.5em;
84
+ -webkit-text-size-adjust: none;
85
+ }
86
+
87
+ .coffeescript .javascript,
88
+ .javascript .xml,
89
+ .tex .hljs-formula,
90
+ .xml .javascript,
91
+ .xml .vbscript,
92
+ .xml .css,
93
+ .xml .hljs-cdata {
94
+ opacity: 0.5;
95
+ }
@@ -0,0 +1,92 @@
1
+ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
2
+
3
+ /* Tomorrow Comment */
4
+ .hljs-comment,
5
+ .hljs-title {
6
+ color: #8e908c;
7
+ }
8
+
9
+ /* Tomorrow Red */
10
+ .hljs-variable,
11
+ .hljs-attribute,
12
+ .hljs-tag,
13
+ .hljs-regexp,
14
+ .ruby .hljs-constant,
15
+ .xml .hljs-tag .hljs-title,
16
+ .xml .hljs-pi,
17
+ .xml .hljs-doctype,
18
+ .html .hljs-doctype,
19
+ .css .hljs-id,
20
+ .css .hljs-class,
21
+ .css .hljs-pseudo {
22
+ color: #c82829;
23
+ }
24
+
25
+ /* Tomorrow Orange */
26
+ .hljs-number,
27
+ .hljs-preprocessor,
28
+ .hljs-pragma,
29
+ .hljs-built_in,
30
+ .hljs-literal,
31
+ .hljs-params,
32
+ .hljs-constant {
33
+ color: #f5871f;
34
+ }
35
+
36
+ /* Tomorrow Yellow */
37
+ .ruby .hljs-class .hljs-title,
38
+ .css .hljs-rules .hljs-attribute {
39
+ color: #eab700;
40
+ }
41
+
42
+ /* Tomorrow Green */
43
+ .hljs-string,
44
+ .hljs-value,
45
+ .hljs-inheritance,
46
+ .hljs-header,
47
+ .ruby .hljs-symbol,
48
+ .xml .hljs-cdata {
49
+ color: #718c00;
50
+ }
51
+
52
+ /* Tomorrow Aqua */
53
+ .css .hljs-hexcolor {
54
+ color: #3e999f;
55
+ }
56
+
57
+ /* Tomorrow Blue */
58
+ .hljs-function,
59
+ .python .hljs-decorator,
60
+ .python .hljs-title,
61
+ .ruby .hljs-function .hljs-title,
62
+ .ruby .hljs-title .hljs-keyword,
63
+ .perl .hljs-sub,
64
+ .javascript .hljs-title,
65
+ .coffeescript .hljs-title {
66
+ color: #4271ae;
67
+ }
68
+
69
+ /* Tomorrow Purple */
70
+ .hljs-keyword,
71
+ .javascript .hljs-function {
72
+ color: #8959a8;
73
+ }
74
+
75
+ .hljs {
76
+ display: block;
77
+ overflow-x: auto;
78
+ background: white;
79
+ color: #4d4d4c;
80
+ padding: 0.5em;
81
+ -webkit-text-size-adjust: none;
82
+ }
83
+
84
+ .coffeescript .javascript,
85
+ .javascript .xml,
86
+ .tex .hljs-formula,
87
+ .xml .javascript,
88
+ .xml .vbscript,
89
+ .xml .css,
90
+ .xml .hljs-cdata {
91
+ opacity: 0.5;
92
+ }
@@ -0,0 +1,94 @@
1
+ /*
2
+
3
+ Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
4
+
5
+ */
6
+ .hljs {
7
+ display: block;
8
+ overflow-x: auto;
9
+ padding: 0.5em;
10
+ background: white;
11
+ color: black;
12
+ -webkit-text-size-adjust: none;
13
+ }
14
+
15
+ .hljs-comment,
16
+ .hljs-annotation,
17
+ .hljs-template_comment,
18
+ .diff .hljs-header,
19
+ .hljs-chunk,
20
+ .apache .hljs-cbracket {
21
+ color: #008000;
22
+ }
23
+
24
+ .hljs-keyword,
25
+ .hljs-id,
26
+ .hljs-built_in,.css
27
+ .smalltalk .hljs-class,
28
+ .hljs-winutils,
29
+ .bash .hljs-variable,
30
+ .tex .hljs-command,
31
+ .hljs-request,
32
+ .hljs-status,
33
+ .nginx .hljs-title,
34
+ .xml .hljs-tag,
35
+ .xml .hljs-tag .hljs-value {
36
+ color: #00f;
37
+ }
38
+
39
+ .hljs-string,
40
+ .hljs-title,
41
+ .hljs-parent,
42
+ .hljs-tag .hljs-value,
43
+ .hljs-rules .hljs-value,
44
+ .ruby .hljs-symbol,
45
+ .ruby .hljs-symbol .hljs-string,
46
+ .hljs-template_tag,
47
+ .django .hljs-variable,
48
+ .hljs-addition,
49
+ .hljs-flow,
50
+ .hljs-stream,
51
+ .apache .hljs-tag,
52
+ .hljs-date,
53
+ .tex .hljs-formula,
54
+ .coffeescript .hljs-attribute {
55
+ color: #a31515;
56
+ }
57
+
58
+ .ruby .hljs-string,
59
+ .hljs-decorator,
60
+ .hljs-filter .hljs-argument,
61
+ .hljs-localvars,
62
+ .hljs-array,
63
+ .hljs-attr_selector,
64
+ .hljs-pseudo,
65
+ .hljs-pi,
66
+ .hljs-doctype,
67
+ .hljs-deletion,
68
+ .hljs-envvar,
69
+ .hljs-shebang,
70
+ .hljs-preprocessor,
71
+ .hljs-pragma,
72
+ .userType,
73
+ .apache .hljs-sqbracket,
74
+ .nginx .hljs-built_in,
75
+ .tex .hljs-special,
76
+ .hljs-prompt {
77
+ color: #2b91af;
78
+ }
79
+
80
+ .hljs-phpdoc,
81
+ .hljs-dartdoc,
82
+ .hljs-javadoc,
83
+ .hljs-xmlDocTag {
84
+ color: #808080;
85
+ }
86
+
87
+ .hljs-type,
88
+ .hljs-typename { font-weight: bold; }
89
+
90
+ .vhdl .hljs-string { color: #666666; }
91
+ .vhdl .hljs-literal { color: #a31515; }
92
+ .vhdl .hljs-attribute { color: #00b0e8; }
93
+
94
+ .xml .hljs-attribute { color: #f00; }
@@ -0,0 +1,159 @@
1
+ /*
2
+
3
+ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
4
+
5
+ */
6
+
7
+ .hljs {
8
+ display: block;
9
+ overflow-x: auto;
10
+ padding: 0.5em;
11
+ background: #fff;
12
+ color: black;
13
+ -webkit-text-size-adjust: none;
14
+ }
15
+
16
+ .hljs-comment,
17
+ .hljs-template_comment,
18
+ .hljs-javadoc {
19
+ color: #006a00;
20
+ }
21
+
22
+ .hljs-keyword,
23
+ .hljs-literal,
24
+ .nginx .hljs-title {
25
+ color: #aa0d91;
26
+ }
27
+ .method,
28
+ .hljs-list .hljs-title,
29
+ .hljs-tag .hljs-title,
30
+ .setting .hljs-value,
31
+ .hljs-winutils,
32
+ .tex .hljs-command,
33
+ .http .hljs-title,
34
+ .hljs-request,
35
+ .hljs-status {
36
+ color: #008;
37
+ }
38
+
39
+ .hljs-envvar,
40
+ .tex .hljs-special {
41
+ color: #660;
42
+ }
43
+
44
+ .hljs-string {
45
+ color: #c41a16;
46
+ }
47
+ .hljs-tag .hljs-value,
48
+ .hljs-cdata,
49
+ .hljs-filter .hljs-argument,
50
+ .hljs-attr_selector,
51
+ .apache .hljs-cbracket,
52
+ .hljs-date,
53
+ .hljs-regexp {
54
+ color: #080;
55
+ }
56
+
57
+ .hljs-sub .hljs-identifier,
58
+ .hljs-pi,
59
+ .hljs-tag,
60
+ .hljs-tag .hljs-keyword,
61
+ .hljs-decorator,
62
+ .ini .hljs-title,
63
+ .hljs-shebang,
64
+ .hljs-prompt,
65
+ .hljs-hexcolor,
66
+ .hljs-rules .hljs-value,
67
+ .hljs-symbol,
68
+ .hljs-symbol .hljs-string,
69
+ .hljs-number,
70
+ .css .hljs-function,
71
+ .hljs-function .hljs-title,
72
+ .coffeescript .hljs-attribute {
73
+ color: #1c00cf;
74
+ }
75
+
76
+ .hljs-class .hljs-title,
77
+ .smalltalk .hljs-class,
78
+ .hljs-javadoctag,
79
+ .hljs-yardoctag,
80
+ .hljs-phpdoc,
81
+ .hljs-dartdoc,
82
+ .hljs-type,
83
+ .hljs-typename,
84
+ .hljs-tag .hljs-attribute,
85
+ .hljs-doctype,
86
+ .hljs-class .hljs-id,
87
+ .hljs-built_in,
88
+ .setting,
89
+ .hljs-params,
90
+ .clojure .hljs-attribute {
91
+ color: #5c2699;
92
+ }
93
+
94
+ .hljs-variable {
95
+ color: #3f6e74;
96
+ }
97
+ .css .hljs-tag,
98
+ .hljs-rules .hljs-property,
99
+ .hljs-pseudo,
100
+ .hljs-subst {
101
+ color: #000;
102
+ }
103
+
104
+ .css .hljs-class,
105
+ .css .hljs-id {
106
+ color: #9b703f;
107
+ }
108
+
109
+ .hljs-value .hljs-important {
110
+ color: #ff7700;
111
+ font-weight: bold;
112
+ }
113
+
114
+ .hljs-rules .hljs-keyword {
115
+ color: #c5af75;
116
+ }
117
+
118
+ .hljs-annotation,
119
+ .apache .hljs-sqbracket,
120
+ .nginx .hljs-built_in {
121
+ color: #9b859d;
122
+ }
123
+
124
+ .hljs-preprocessor,
125
+ .hljs-preprocessor *,
126
+ .hljs-pragma {
127
+ color: #643820;
128
+ }
129
+
130
+ .tex .hljs-formula {
131
+ background-color: #eee;
132
+ font-style: italic;
133
+ }
134
+
135
+ .diff .hljs-header,
136
+ .hljs-chunk {
137
+ color: #808080;
138
+ font-weight: bold;
139
+ }
140
+
141
+ .diff .hljs-change {
142
+ background-color: #bccff9;
143
+ }
144
+
145
+ .hljs-addition {
146
+ background-color: #baeeba;
147
+ }
148
+
149
+ .hljs-deletion {
150
+ background-color: #ffc8bd;
151
+ }
152
+
153
+ .hljs-comment .hljs-yardoctag {
154
+ font-weight: bold;
155
+ }
156
+
157
+ .method .hljs-id {
158
+ color: #000;
159
+ }
@@ -0,0 +1,119 @@
1
+ /*
2
+
3
+ Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
4
+ based on dark.css by Ivan Sagalaev
5
+
6
+ */
7
+
8
+ .hljs {
9
+ display: block;
10
+ overflow-x: auto;
11
+ padding: 0.5em;
12
+ background: #3f3f3f;
13
+ color: #dcdcdc;
14
+ -webkit-text-size-adjust: none;
15
+ }
16
+
17
+ .hljs-keyword,
18
+ .hljs-tag,
19
+ .css .hljs-class,
20
+ .css .hljs-id,
21
+ .lisp .hljs-title,
22
+ .nginx .hljs-title,
23
+ .hljs-request,
24
+ .hljs-status,
25
+ .clojure .hljs-attribute {
26
+ color: #e3ceab;
27
+ }
28
+
29
+ .django .hljs-template_tag,
30
+ .django .hljs-variable,
31
+ .django .hljs-filter .hljs-argument {
32
+ color: #dcdcdc;
33
+ }
34
+
35
+ .hljs-number,
36
+ .hljs-date {
37
+ color: #8cd0d3;
38
+ }
39
+
40
+ .dos .hljs-envvar,
41
+ .dos .hljs-stream,
42
+ .hljs-variable,
43
+ .apache .hljs-sqbracket {
44
+ color: #efdcbc;
45
+ }
46
+
47
+ .dos .hljs-flow,
48
+ .diff .hljs-change,
49
+ .python .exception,
50
+ .python .hljs-built_in,
51
+ .hljs-literal,
52
+ .tex .hljs-special {
53
+ color: #efefaf;
54
+ }
55
+
56
+ .diff .hljs-chunk,
57
+ .hljs-subst {
58
+ color: #8f8f8f;
59
+ }
60
+
61
+ .dos .hljs-keyword,
62
+ .hljs-decorator,
63
+ .hljs-title,
64
+ .hljs-type,
65
+ .diff .hljs-header,
66
+ .ruby .hljs-class .hljs-parent,
67
+ .apache .hljs-tag,
68
+ .nginx .hljs-built_in,
69
+ .tex .hljs-command,
70
+ .hljs-prompt {
71
+ color: #efef8f;
72
+ }
73
+
74
+ .dos .hljs-winutils,
75
+ .ruby .hljs-symbol,
76
+ .ruby .hljs-symbol .hljs-string,
77
+ .ruby .hljs-string {
78
+ color: #dca3a3;
79
+ }
80
+
81
+ .diff .hljs-deletion,
82
+ .hljs-string,
83
+ .hljs-tag .hljs-value,
84
+ .hljs-preprocessor,
85
+ .hljs-pragma,
86
+ .hljs-built_in,
87
+ .hljs-javadoc,
88
+ .smalltalk .hljs-class,
89
+ .smalltalk .hljs-localvars,
90
+ .smalltalk .hljs-array,
91
+ .css .hljs-rules .hljs-value,
92
+ .hljs-attr_selector,
93
+ .hljs-pseudo,
94
+ .apache .hljs-cbracket,
95
+ .tex .hljs-formula,
96
+ .coffeescript .hljs-attribute {
97
+ color: #cc9393;
98
+ }
99
+
100
+ .hljs-shebang,
101
+ .diff .hljs-addition,
102
+ .hljs-comment,
103
+ .hljs-annotation,
104
+ .hljs-template_comment,
105
+ .hljs-pi,
106
+ .hljs-doctype {
107
+ color: #7f9f7f;
108
+ }
109
+
110
+ .coffeescript .javascript,
111
+ .javascript .xml,
112
+ .tex .hljs-formula,
113
+ .xml .javascript,
114
+ .xml .vbscript,
115
+ .xml .css,
116
+ .xml .hljs-cdata {
117
+ opacity: 0.5;
118
+ }
119
+