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 523f6d6 commit b724950Copy full SHA for b724950
lib/doxdox.js
@@ -14,7 +14,7 @@ const DEFAULT_IGNORE_PATHS = [
14
'!./Gulpfile.js'
15
];
16
17
-const REPLACE_FILENAME_REGEXP = new RegExp(`${process.cwd()}/|./`);
+const REPLACE_FILENAME_REGEXP = new RegExp(`^(${process.cwd()}/|./)`);
18
19
/**
20
* Parse an input file with parser.
0 commit comments