Fix comments

This commit is contained in:
Fabio Berger
2018-08-23 15:08:02 +01:00
parent 29a9e1fc4e
commit 610caef73f
2 changed files with 3 additions and 9 deletions

View File

@@ -40,7 +40,6 @@ export class TypeDocUtils {
this._externalExportToLink = generatedDocJson.metadata.externalExportToLink;
this._typeDocJson = generatedDocJson.typedocJson;
// TODO: Extract the non typeDoc exports, and render them somehow
this._typeDocNameOrder = _.compact(
_.flatten(
_.map(exportPathOrder, exportPath => {