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

Implement @link #10

Closed
KittyGiraudel opened this issue Jun 19, 2014 · 6 comments
Closed

Implement @link #10

KittyGiraudel opened this issue Jun 19, 2014 · 6 comments
Labels

Comments

@KittyGiraudel
Copy link
Member

No description provided.

@peschee
Copy link

peschee commented Jul 6, 2014

Hi @hugogiraudel

Should this already be working in the latest version? The syntax describen in the docs on the wiki does not generate any links for me.

@KittyGiraudel
Copy link
Member Author

Could you please show me your code?

@peschee
Copy link

peschee commented Jul 6, 2014

Sure:

/**
 * Description
 *
 * @link http://google.com
 * @param {number} $height - Element height
 * @param {number} $width - Element width
 */

The description and parameters are rendered correctly, however, no link.

@KittyGiraudel
Copy link
Member Author

I can reproduce the issue, and I know how to fix it.

@KittyGiraudel
Copy link
Member Author

I'll add it to 1.0.0rc.7.

@peschee
Copy link

peschee commented Jul 6, 2014

Sounds great! Thanks for the quick response, looking forward to 1.0.0rc.7 👍

As a workaround, I'm doing this:

* @see [http://google.com](http://google.com)

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

No branches or pull requests

2 participants