jsdoc / jsdoc/jsdoc

Make sure augmented doclets are pointing to the correct source file

Open
#895 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bugfix
Dominant language
JavaScript
Stars
15.5k
Forks
1.5k
Avg merge
10d 23h
Merged PRs (30d)
1

Description

On the mailing list, a user reported that when he used the @inheritdoc tag, the source-file links in the resulting docs pointed to the thing that was being inherited, rather than the source file that actually contained the @inheritdoc tag.

We should check all of the following tags and fix this issue if necessary:

  • @augment
  • @inheritdoc
  • @mixes
  • @override

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the source-file links generated for @augment, @inheritdoc, @mixes, and @override, then trace the link-generation path in the JavaScript documentation pipeline. Done means each tag points to the file containing the relevant tag or declaration, with regression coverage for the affected cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.