aboutsummaryrefslogtreecommitdiff
path: root/node_modules/typedoc-default-themes/bin/minimal/partials/member.sources.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/typedoc-default-themes/bin/minimal/partials/member.sources.hbs')
-rw-r--r--node_modules/typedoc-default-themes/bin/minimal/partials/member.sources.hbs22
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/typedoc-default-themes/bin/minimal/partials/member.sources.hbs b/node_modules/typedoc-default-themes/bin/minimal/partials/member.sources.hbs
new file mode 100644
index 000000000..367a3aedc
--- /dev/null
+++ b/node_modules/typedoc-default-themes/bin/minimal/partials/member.sources.hbs
@@ -0,0 +1,22 @@
+<aside class="tsd-sources">
+ {{#if implementationOf}}
+ <p>Implementation of {{#with implementationOf}}{{> typeAndParent}}{{/with}}</p>
+ {{/if}}
+ {{#if inheritedFrom}}
+ <p>Inherited from {{#with inheritedFrom}}{{> typeAndParent}}{{/with}}</p>
+ {{/if}}
+ {{#if overwrites}}
+ <p>Overrides {{#with overwrites}}{{> typeAndParent}}{{/with}}</p>
+ {{/if}}
+ {{#if sources}}
+ <ul>
+ {{#each sources}}
+ {{#if url}}
+ <li>Defined in <a href="{{url}}">{{fileName}}:{{line}}</a></li>
+ {{else}}
+ <li>Defined in {{fileName}}:{{line}}</li>
+ {{/if}}
+ {{/each}}
+ </ul>
+ {{/if}}
+</aside> \ No newline at end of file