| Index: client/lib/components/category.html
|
| diff --git a/client/lib/components/category.html b/client/lib/components/category.html
|
| index 3e5d9e402c07a7634b8d974aa23336c517099df5..f812edcf274c8f0462e2dd961c0ef330844a0888 100644
|
| --- a/client/lib/components/category.html
|
| +++ b/client/lib/components/category.html
|
| @@ -28,6 +28,9 @@
|
| <template repeat="{{items}}">
|
| <dartdoc-item class="panel" item="{{}}"></dartdoc-item>
|
| </template>
|
| + <template repeat="{{typedefs}}">
|
| + <dartdoc-typedef class="panel" item="{{}}"></dartdoc-typedef>
|
| + </template>
|
| <template repeat="{{methods}}">
|
| <method-panel class="panel" item="{{}}"></method-panel>
|
| </template>
|
|
|