We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9feae6c commit 58ef678Copy full SHA for 58ef678
site/index.html
@@ -258,14 +258,12 @@ <h1 class="structTitle"><%= type.tname %><small><%= type.type %></small></h1>
258
<table class="structTable">
259
<% _.each(type.data.fields, function(field) { %>
260
<tr>
261
- <td valign="top">
262
- <code><%= field.type %></code>
263
- <span class="var"><%= field.name %>
264
- </td>
+ <td valign="top"><%= field.type %></td>
+ <td class="var"><%= field.name %></td>
265
<% if (field.comments) { %>
266
</tr>
267
268
- <td><span class="comment"><%= field.comments %></td>
+ <td colspan="2"><span class="comment"><%= field.comments %></td>
269
<% } %>
270
271
<% }) %>
0 commit comments