We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fea0f8 commit 48e42dcCopy full SHA for 48e42dc
lib/templates/md/_typedef.md
@@ -1,6 +1,10 @@
1
{{#isCallable}}
2
{{#asCallable}}
3
- {{>callable}}
+ ##### {{{linkedName}}}{{{linkedGenericParameters}}} = {{{modelType.linkedName}}}
4
+ {{>categorization}}
5
+
6
+ {{{ oneLineDoc }}} {{{ extendedDocLink }}} {{!two spaces intentional}}
7
+ {{>features}}
8
{{/asCallable}}
9
{{/isCallable}}
10
{{^isCallable}}
lib/templates/md/_typedef_multiline.md
@@ -1,6 +1,12 @@
- {{>callable_multiline}}
+ {{#hasAnnotations}}
+ {{#annotations}}
+ - {{{linkedNameWithParameters}}}
+ {{/annotations}}
+ {{/hasAnnotations}}
+ {{{modelType.returnType.linkedName}}} {{name}}{{{linkedGenericParameters}}} = {{{modelType.linkedName}}}
11
12
0 commit comments