Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to something in a namespace doesn't work. #820

Open
twiertzema opened this issue Jun 20, 2017 · 0 comments
Open

Link to something in a namespace doesn't work. #820

twiertzema opened this issue Jun 20, 2017 · 0 comments

Comments

@twiertzema
Copy link

twiertzema commented Jun 20, 2017

Say I have the following JavaScript:

/**
 * Test namespace.
 * @namespace MyNamespace
 */

/** @memberof MyNamespace */
function foo() {}

/**
 * A link to {@link MyNamespace} will work, but a link to {@link MyNamespace.foo} won't.
 */
function bar() {}

As the description of foo says, the first link will work but the second will direct to nonexistent file. Using the default template, you can navigate directly to MyNamespace.foo via the left-hand navigation, so there is a valid address to the symbol, but the link generated manually points at something else entirely that doesn't exist.

Munter pushed a commit to mochajs/mocha that referenced this issue Apr 12, 2018
Fixes #3138
Replaces and closes #3239

basically working

Suite and utils work

Runner and Suite datatypes work

Hook extends Runnable - at least link in description

hook is child of mocha and has error

first solid pass

Remove attempted module link from Hook to Runnable because of documentationjs/documentation#820

Switch API documenation to html output, link to them, include in site build

Update TOC

Bring lock file in sync with package.json

Linting

Update package-lock.json
Munter pushed a commit to mochajs/mocha that referenced this issue Apr 12, 2018
Fixes #3138
Replaces and closes #3239

basically working

Suite and utils work

Runner and Suite datatypes work

Hook extends Runnable - at least link in description

hook is child of mocha and has error

first solid pass

Remove attempted module link from Hook to Runnable because of documentationjs/documentation#820

Switch API documenation to html output, link to them, include in site build

Update TOC

Bring lock file in sync with package.json

Linting

Update package-lock.json
boneskull pushed a commit to mochajs/mocha that referenced this issue Apr 12, 2018
Fixes #3138
Replaces and closes #3239

basically working

Suite and utils work

Runner and Suite datatypes work

Hook extends Runnable - at least link in description

hook is child of mocha and has error

first solid pass

Remove attempted module link from Hook to Runnable because of documentationjs/documentation#820

Switch API documenation to html output, link to them, include in site build

Update TOC

Bring lock file in sync with package.json

Linting

Update package-lock.json
sgilroy pushed a commit to TwineHealth/mocha that referenced this issue Feb 27, 2019
Fixes mochajs#3138
Replaces and closes mochajs#3239

basically working

Suite and utils work

Runner and Suite datatypes work

Hook extends Runnable - at least link in description

hook is child of mocha and has error

first solid pass

Remove attempted module link from Hook to Runnable because of documentationjs/documentation#820

Switch API documenation to html output, link to them, include in site build

Update TOC

Bring lock file in sync with package.json

Linting

Update package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant