mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
- Tutorial code allowed JSON files to have a .js extension, then tried to parse all .js files as JSON. The code now only looks for JSON files with a .json extension. This allows .js files and tutorials to live in the same directory. - Recent changes caused tutorials to be generated with the wrong filename. This is now fixed.