aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc-default-themes/bin/minimal/partials/members.group.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc-default-themes/bin/minimal/partials/members.group.hbs')
-rw-r--r--node_modules/typedoc-default-themes/bin/minimal/partials/members.group.hbs8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/typedoc-default-themes/bin/minimal/partials/members.group.hbs b/node_modules/typedoc-default-themes/bin/minimal/partials/members.group.hbs
new file mode 100644
index 000000000..574cf1474
--- /dev/null
+++ b/node_modules/typedoc-default-themes/bin/minimal/partials/members.group.hbs
@@ -0,0 +1,8 @@
+<section class="tsd-panel-group tsd-member-group {{cssClasses}}">
+ <h2>{{title}}</h2>
+ {{#each children}}
+ {{#unless hasOwnDocument}}
+ {{> member}}
+ {{/unless}}
+ {{/each}}
+</section>