-
Notifications
You must be signed in to change notification settings - Fork 210
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
Using external library #237
Milestone
Comments
Here's a patch to yuidocjs that allows you to do just that.
After applying this patch you can specify a
|
This is great, could you make a PR so that everyone will be able to use it ? |
@mmpestorich the diff seems to be ok, feel free to send the PR, I will consider it. |
#253 has been merged. It will be available in the next version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm currently developping an application using Ember. In the external I put this:
But then when I do
@extends DS.Model
, it creates a link tohttp://builds.emberjs.com/tags/v1.0.0-beta.6/ember-data-docs.jsonclasses/DS.Model.html
.So the first problem is that there is a missing /. The second problem is that the online documentation is available at
http://emberjs.com/api/data/
and nothttp://builds.emberjs.com/tags/v1.0.0-beta.6/ember-data-docs.json/
.Is there a way to specify the api url ? Something like this:
The text was updated successfully, but these errors were encountered: