@@ -218,7 +218,7 @@ <h3>Argument in</h3>
218218
219219 <!-- listing for an enum -->
220220 < script type ="text/template " id ="enum-template ">
221- < h1 class = "funcTitle " > < %= type . tname % > < small > < %= type . type % > </ small > </ h1 >
221+ < h1 class = "enumTitle " > < %= type . tname % > < small > < %= type . type % > </ small > </ h1 >
222222 < p > < %= type . value % > </ p >
223223
224224 < % if ( type . data . description ) { % >
@@ -228,7 +228,7 @@ <h1 class="funcTitle"><%= type.tname %><small><%= type.type %></small></h1>
228228 < p > < %= type . data . comments % > </ p >
229229 < % } % >
230230
231- < table >
231+ < table class = "enumTable" >
232232 < % _ . each ( type . data . fields , function ( field ) { % >
233233 < tr >
234234 < td > < code > < %= field . name % > </ code > </ td >
@@ -245,7 +245,7 @@ <h1 class="funcTitle"><%= type.tname %><small><%= type.type %></small></h1>
245245
246246 <!-- listing for a struct -->
247247 < script type ="text/template " id ="struct-template ">
248- < h1 class = "funcTitle " > < %= type . tname % > < small > < %= type . type % > </ small > </ h1 >
248+ < h1 class = "structTitle " > < %= type . tname % > < small > < %= type . type % > </ small > </ h1 >
249249 < p > < %= type . value % > </ p >
250250
251251 < % if ( type . data . description ) { % >
@@ -255,7 +255,7 @@ <h1 class="funcTitle"><%= type.tname %><small><%= type.type %></small></h1>
255255 < p > < %= type . data . comments % > </ p >
256256 < % } % >
257257
258- < table class = "funcTable " >
258+ < table class = "structTable " >
259259 < % _ . each ( type . data . fields , function ( field ) { % >
260260 < tr >
261261 < td valign = "top" nowrap = "true" > < %= field . type % > </ td >
0 commit comments