mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Prior to this fix, if a file was outside of the JSDoc directory, and your code included something like a `@file` tag, we would set the doclet's name to the entire filepath instead of the shortened filepath. With this fix, we set the name to the shortened filepath.