Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit bbb2db4

Browse files
committed
Updated fixtures.
1 parent 309c473 commit bbb2db4

File tree

1 file changed

+70
-14
lines changed

1 file changed

+70
-14
lines changed

test/fixtures/documentation.html

Lines changed: 70 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,48 @@
6464
color: #E54D89;
6565
}
6666

67+
.menu .file + ul {
68+
margin: 0 0 1rem 0;
69+
}
70+
6771
.menu .scope-private a {
6872
color: #8BAAC6;
6973
}
7074

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+
71106
.permalink {
72107
position: absolute;
73-
margin-left: -.75em;
108+
margin-left: -1em;
74109
font-weight: normal;
75110
color: #eee;
76111
text-decoration: none;
@@ -118,7 +153,7 @@
118153

119154
<h1>
120155
<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>
122157
</h1>
123158

124159
<p>Bootstrap template plugin for doxdox.</p>
@@ -166,28 +201,49 @@ <h1>
166201
<div class="method scope-public">
167202

168203
<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>
170206
</h2>
171207

172-
<p>Boostrap template plugin for doxdox.</p>
208+
<div class="description lead">
173209

210+
<p>Boostrap template plugin for doxdox.</p>
174211

175-
212+
213+
</div>
176214

177215

178216
<section class="parameters">
179217

180218
<h3>Parameters</h3>
181219

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>
191247

192248
</section>
193249

0 commit comments

Comments
 (0)