This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +70
-14
lines changed Expand file tree Collapse file tree 1 file changed +70
-14
lines changed Original file line number Diff line number Diff line change 64
64
color : # E54D89 ;
65
65
}
66
66
67
+ .menu .file + ul {
68
+ margin : 0 0 1rem 0 ;
69
+ }
70
+
67
71
.menu .scope-private a {
68
72
color : # 8BAAC6 ;
69
73
}
70
74
75
+ .method {
76
+ margin : 0 0 4rem 0 ;
77
+ }
78
+
79
+ .method .method-name {
80
+ display : inline-block;
81
+ width : 100% ;
82
+ white-space : nowrap;
83
+ overflow : hidden;
84
+ text-overflow : ellipsis;
85
+ }
86
+
87
+ .method .method-name + .scope-private {
88
+ color : # AAAAAA ;
89
+ }
90
+
91
+ .method section {
92
+ margin : 2rem 0 ;
93
+ }
94
+
95
+ .method h3 {
96
+ margin : 0 0 1rem 0 ;
97
+ }
98
+
99
+ .method .table ,
100
+ .method .table p ,
101
+ .method .table ol ,
102
+ .method .table ul {
103
+ margin : 0 ;
104
+ }
105
+
71
106
.permalink {
72
107
position : absolute;
73
- margin-left : -.75 em ;
108
+ margin-left : -1 em ;
74
109
font-weight : normal;
75
110
color : # eee ;
76
111
text-decoration : none;
118
153
119
154
< h1 >
120
155
< a href ="https://github.com/neogeek/doxdox-plugin-bootstrap "> doxdox-plugin-bootstrap</ a >
121
- < small > 1.0.3 </ small >
156
+ < small > 1.0.4 </ small >
122
157
</ h1 >
123
158
124
159
< p > Bootstrap template plugin for doxdox.</ p >
@@ -166,28 +201,49 @@ <h1>
166
201
< div class ="method scope-public ">
167
202
168
203
< h2 id ="index.js-plugin ">
169
- < a href ="#index.js-plugin " class ="permalink "> #</ a > plugin(data)
204
+ < a href ="#index.js-plugin " class ="permalink "> #</ a >
205
+ < span class ="method-name " title ="plugin(data) "> plugin(data)</ span >
170
206
</ h2 >
171
207
172
- < p > Boostrap template plugin for doxdox. </ p >
208
+ < div class =" description lead " >
173
209
210
+ < p > Boostrap template plugin for doxdox.</ p >
174
211
175
-
212
+
213
+ </ div >
176
214
177
215
178
216
< section class ="parameters ">
179
217
180
218
< h3 > Parameters</ h3 >
181
219
182
-
183
- < p >
184
- < b > data</ b >
185
- < code > Array</ code >
186
- </ p >
187
-
188
- < p > Methods parsed using a doxdox parser.</ p >
189
-
190
-
220
+ < div class ="table-responsive ">
221
+ < table class ="table ">
222
+
223
+ < thead >
224
+ < tr >
225
+ < th > Name</ th >
226
+ < th > Type</ th >
227
+ < th > Description</ th >
228
+ < th > </ th >
229
+ </ tr >
230
+ </ thead >
231
+
232
+ < tbody >
233
+ < tr >
234
+ < td > data</ td >
235
+ < td >
236
+ < code > Array</ code >
237
+ </ td >
238
+ < td > < p > Methods parsed using a doxdox parser.</ p >
239
+ </ td >
240
+ < td >
241
+ </ td >
242
+ </ tr >
243
+ </ tbody >
244
+
245
+ </ table >
246
+ </ div >
191
247
192
248
</ section >
193
249
You can’t perform that action at this time.
0 commit comments