This commit is contained in:
Fabio Berger
2018-08-02 17:27:29 +02:00
parent b3473ff89f
commit 9a3b630b19

View File

@@ -336,7 +336,14 @@ export const typeDocUtils = {
};
return method;
},
_getCallPath(sectionName: string, sections: SectionsMap, isStatic: boolean, isConstructor: boolean, docId: string, entityName: string) {
_getCallPath(
sectionName: string,
sections: SectionsMap,
isStatic: boolean,
isConstructor: boolean,
docId: string,
entityName: string,
) {
// HACK: we use the fact that the sectionName is the same as the property name at the top-level
// of the public interface. In the future, we shouldn't use this hack but rather get it from the JSON.
let callPath;