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 ab01e2f commit 789b13eCopy full SHA for 789b13e
copy-generated-service-docs.ts
@@ -31,7 +31,7 @@ fs.readdir(sourcePath, (err: any, files: string[]) => {
31
}
32
33
// Remove the thre prefix from the title
34
- const result = data.replace(/# Class:/g, '#');
+ const result = data.replace(/# Class:/g, '#').replace('<T\\>', '');
35
36
fs.writeFile(`${sourcePath}/${file}`, result, 'utf8', (err: any) => {
37
if (err) {
0 commit comments