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 65a23a6 commit 6904ddfCopy full SHA for 6904ddf
bin/typedoc.js
@@ -977,7 +977,8 @@ var td;
977
return;
978
}
979
980
- // Complete match, nothing to do
+ // Complete match, exit
981
+ this.basePaths[n] = basePath.splice(0, mMax).join('/');
982
983
984
// Unknown base path, add it
src/td/converter/BasePath.ts
@@ -43,7 +43,8 @@ module td
43
44
45
46
47
48
49
50
0 commit comments