-2

I've installed JSDoc and JSDoc 3 Tool from npm.

npm install git+https://github.com/jsdoc3/jsdoc.git
sudo apt-get install jsdoc-toolkit

The software installed successfully, executed the command (jsdoc -r=doc file.js), and the folder with files was generated.

However, the mark-up is ignored and the index.html links only to the following path, describing the global class:

/docs/symbols/_global_.html

Where have I strayed?

user229044
  • 232,980
  • 40
  • 330
  • 338
lakewood
  • 607
  • 1
  • 5
  • 21

1 Answers1

-1

This had to do with permissions on the server.

lakewood
  • 607
  • 1
  • 5
  • 21