Open Bizarrus opened 2 hours ago
Hi, thanks for the report! Can you confirm which jsdoc2md version you're using? In the meantime, try overriding the JSDOC_PATH
with a new path which has the spaces escaped. I can't remember the exact windows syntax, something like:
set JSDOC_PATH="E:\ServerManager%20-%20Master\node_modules\jsdoc\jsdoc.js" && node ./Bin/Docs.js
Or you could set the env variable in ./Bin/Docs.js
, add this line:
process.env.JSDOC_PATH = 'E:\ServerManager%20-%20Master\node_modules\jsdoc\jsdoc.js'
Let me know if that helps. Either way, I will look into reproducing and fixing this bug later today.
Executing
jsdoc
fails becausejsdoc2md
does not check or correct paths.File Structure:
Sample:
Output: