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 doesn't work with goog.module, unless the type has been goog.require-d #106

Open
myphysicslab opened this issue Feb 4, 2018 · 1 comment
Labels

Comments

@myphysicslab
Copy link

myphysicslab commented Feb 4, 2018

After changing to use goog.module for all classes instead of goog.provide, the @link taglets now only work when the type has been goog.required or defined within a given file. Previously I was able to refer to types that are not goog.required.

As a workaround I can change the @link taglets to markdown-style references to the generated documentation. For example instead of

{@link myphysicslab.lab.model.MassObject}

I need to write

[myphysicslab.lab.model.MassObject](myphysicslab.lab.model.MassObject.html).
@myphysicslab myphysicslab changed the title Allow @link for types that have not been goog.require-d @link doesn't work with goog.module, unless the type has been goog.require-d Feb 5, 2018
@jleyba jleyba added the bug label Feb 5, 2018
@jleyba
Copy link
Owner

jleyba commented Feb 5, 2018

I noticed this recently too. I know there hasn't been much activity on this project recently - I'm hoping to start working on it again soon. This bug is at the top of my TODO list too.

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

No branches or pull requests

2 participants