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 6b7e532 commit b1c5f3dCopy full SHA for b1c5f3d
packages/doxdox-core/src/loader.ts
@@ -64,7 +64,7 @@ export const loadPluginFromFile = async <T>(
64
* const plugin = await loadPlugin(process.cwd(), null, './renderer.js');
65
* const plugin = await loadPlugin('../node_modules', 'doxdox-renderer-', 'json');
66
*
67
- * @param {string} [path] Root directory to load plugin from.
+ * @param {string} [directory] Root directory to load plugin from.
68
* @param {string} [prefix] Optional prefix to attach to the pathOrPackage.
69
* @param {string} [pathOrPackage] Path or package name.
70
* @return {Promise<T | null>} Plugin default method.
0 commit comments