|
12 | 12 | export { AedocDefinitions } from './aedoc/AedocDefinitions'; |
13 | 13 | export { ReleaseTag } from './aedoc/ReleaseTag'; |
14 | 14 |
|
15 | | -export { IndentedWriter } from './api/IndentedWriter'; |
| 15 | +export { IndentedWriter } from './IndentedWriter'; |
16 | 16 |
|
17 | 17 | // items |
18 | 18 | export { |
19 | 19 | IApiDeclaredItemOptions, |
20 | 20 | ApiDeclaredItem |
21 | | -} from './api/items/ApiDeclaredItem'; |
| 21 | +} from './items/ApiDeclaredItem'; |
22 | 22 | export { |
23 | 23 | IApiDocumentedItemOptions, |
24 | 24 | ApiDocumentedItem |
25 | | -} from './api/items/ApiDocumentedItem'; |
| 25 | +} from './items/ApiDocumentedItem'; |
26 | 26 | export { |
27 | 27 | ApiItemKind, |
28 | 28 | IApiItemOptions, |
29 | 29 | ApiItem |
30 | | -} from './api/items/ApiItem'; |
| 30 | +} from './items/ApiItem'; |
31 | 31 | export { |
32 | 32 | IApiPropertyItemOptions, |
33 | 33 | ApiPropertyItem |
34 | | -} from './api/items/ApiPropertyItem'; |
| 34 | +} from './items/ApiPropertyItem'; |
35 | 35 |
|
36 | 36 | // mixins |
37 | 37 | export { |
38 | 38 | IApiParameterListMixinOptions, |
39 | 39 | IApiParameterOptions, |
40 | 40 | ApiParameterListMixin |
41 | | -} from './api/mixins/ApiParameterListMixin'; |
| 41 | +} from './mixins/ApiParameterListMixin'; |
42 | 42 | export { |
43 | 43 | IApiItemContainerMixinOptions, |
44 | 44 | ApiItemContainerMixin |
45 | | -} from './api/mixins/ApiItemContainerMixin'; |
| 45 | +} from './mixins/ApiItemContainerMixin'; |
46 | 46 | export { |
47 | 47 | IApiReleaseTagMixinOptions, |
48 | 48 | ApiReleaseTagMixin |
49 | | -} from './api/mixins/ApiReleaseTagMixin'; |
| 49 | +} from './mixins/ApiReleaseTagMixin'; |
50 | 50 | export { |
51 | 51 | IApiReturnTypeMixinOptions, |
52 | 52 | ApiReturnTypeMixin |
53 | | -} from './api/mixins/ApiReturnTypeMixin'; |
| 53 | +} from './mixins/ApiReturnTypeMixin'; |
54 | 54 | export { |
55 | 55 | IApiStaticMixinOptions, |
56 | 56 | ApiStaticMixin |
57 | | -} from './api/mixins/ApiStaticMixin'; |
| 57 | +} from './mixins/ApiStaticMixin'; |
58 | 58 | export { |
59 | 59 | ExcerptTokenKind, |
60 | 60 | IExcerptTokenRange, |
61 | 61 | IExcerptToken, |
62 | 62 | ExcerptToken, |
63 | 63 | Excerpt |
64 | | -} from './api/mixins/Excerpt'; |
| 64 | +} from './mixins/Excerpt'; |
65 | 65 | export { |
66 | 66 | Constructor, |
67 | 67 | PropertiesOf |
68 | | -} from './api/mixins/Mixin'; |
| 68 | +} from './mixins/Mixin'; |
69 | 69 |
|
70 | 70 | // model |
71 | 71 | export { |
72 | 72 | IApiCallSignatureOptions, |
73 | 73 | ApiCallSignature |
74 | | -} from './api/model/ApiCallSignature'; |
| 74 | +} from './model/ApiCallSignature'; |
75 | 75 | export { |
76 | 76 | IApiClassOptions, |
77 | 77 | ApiClass |
78 | | -} from './api/model/ApiClass'; |
| 78 | +} from './model/ApiClass'; |
79 | 79 | export { |
80 | 80 | IApiConstructorOptions, |
81 | 81 | ApiConstructor |
82 | | -} from './api/model/ApiConstructor'; |
| 82 | +} from './model/ApiConstructor'; |
83 | 83 | export { |
84 | 84 | IApiConstructSignatureOptions, |
85 | 85 | ApiConstructSignature |
86 | | -} from './api/model/ApiConstructSignature'; |
| 86 | +} from './model/ApiConstructSignature'; |
87 | 87 | export { |
88 | 88 | IApiEntryPointOptions, |
89 | 89 | ApiEntryPoint |
90 | | -} from './api/model/ApiEntryPoint'; |
| 90 | +} from './model/ApiEntryPoint'; |
91 | 91 | export { |
92 | 92 | IApiEnumOptions, |
93 | 93 | ApiEnum |
94 | | -} from './api/model/ApiEnum'; |
| 94 | +} from './model/ApiEnum'; |
95 | 95 | export { |
96 | 96 | IApiEnumMemberOptions, |
97 | 97 | ApiEnumMember |
98 | | -} from './api/model/ApiEnumMember'; |
| 98 | +} from './model/ApiEnumMember'; |
99 | 99 | export { |
100 | 100 | IApiFunctionOptions, |
101 | 101 | ApiFunction |
102 | | -} from './api/model/ApiFunction'; |
| 102 | +} from './model/ApiFunction'; |
103 | 103 | export { |
104 | 104 | IApiIndexSignatureOptions, |
105 | 105 | ApiIndexSignature |
106 | | -} from './api/model/ApiIndexSignature'; |
| 106 | +} from './model/ApiIndexSignature'; |
107 | 107 | export { |
108 | 108 | IApiInterfaceOptions, |
109 | 109 | ApiInterface |
110 | | -} from './api/model/ApiInterface'; |
| 110 | +} from './model/ApiInterface'; |
111 | 111 | export { |
112 | 112 | IApiMethodOptions, |
113 | 113 | ApiMethod |
114 | | -} from './api/model/ApiMethod'; |
| 114 | +} from './model/ApiMethod'; |
115 | 115 | export { |
116 | 116 | IApiMethodSignatureOptions, |
117 | 117 | ApiMethodSignature |
118 | | -} from './api/model/ApiMethodSignature'; |
| 118 | +} from './model/ApiMethodSignature'; |
119 | 119 | export { |
120 | 120 | ApiModel |
121 | | -} from './api/model/ApiModel'; |
| 121 | +} from './model/ApiModel'; |
122 | 122 | export { |
123 | 123 | IApiNamespaceOptions, |
124 | 124 | ApiNamespace |
125 | | -} from './api/model/ApiNamespace'; |
| 125 | +} from './model/ApiNamespace'; |
126 | 126 | export { |
127 | 127 | IApiPackageOptions, |
128 | 128 | ApiPackage, |
129 | 129 | IApiPackageSaveOptions |
130 | | -} from './api/model/ApiPackage'; |
| 130 | +} from './model/ApiPackage'; |
131 | 131 | export { |
132 | 132 | IParameterOptions, |
133 | 133 | Parameter |
134 | | -} from './api/model/Parameter'; |
| 134 | +} from './model/Parameter'; |
135 | 135 | export { |
136 | 136 | IApiPropertyOptions, |
137 | 137 | ApiProperty |
138 | | -} from './api/model/ApiProperty'; |
| 138 | +} from './model/ApiProperty'; |
139 | 139 | export { |
140 | 140 | IApiPropertySignatureOptions, |
141 | 141 | ApiPropertySignature |
142 | | -} from './api/model/ApiPropertySignature'; |
| 142 | +} from './model/ApiPropertySignature'; |
143 | 143 | export { |
144 | 144 | IApiTypeAliasOptions, |
145 | 145 | ApiTypeAlias |
146 | | -} from './api/model/ApiTypeAlias'; |
| 146 | +} from './model/ApiTypeAlias'; |
147 | 147 | export { |
148 | 148 | IApiVariableOptions, |
149 | 149 | ApiVariable |
150 | | -} from './api/model/ApiVariable'; |
| 150 | +} from './model/ApiVariable'; |
151 | 151 | export { |
152 | 152 | IResolveDeclarationReferenceResult |
153 | | -} from './api/model/DeclarationReferenceResolver'; |
| 153 | +} from './model/DeclarationReferenceResolver'; |
154 | 154 | export { |
155 | 155 | HeritageType |
156 | | -} from './api/model/HeritageType'; |
| 156 | +} from './model/HeritageType'; |
0 commit comments