We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15b7e3 commit d3f0b6cCopy full SHA for d3f0b6c
lib/src/html_generator.dart
@@ -168,14 +168,14 @@ class HtmlGeneratorInstance {
168
169
if (package != null) {
170
_generateDocs();
171
- _generateJson();
+ _generateSearchIndex();
172
// TODO: generate sitemap
173
}
174
175
await _copyResources();
176
177
178
- void _generateJson() {
+ void _generateSearchIndex() {
179
File jsonFile = createOutputFile(out, 'index.json');
180
String json = JSON.encode(documentedElements.map((ModelElement e) {
181
// TODO: find a better string for type
0 commit comments