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

[api] broken "View Source" links for some java / cs types #6027

Closed
Gama11 opened this issue Feb 13, 2017 · 6 comments
Closed

[api] broken "View Source" links for some java / cs types #6027

Gama11 opened this issue Feb 13, 2017 · 6 comments
Milestone

Comments

@Gama11
Copy link
Member

Gama11 commented Feb 13, 2017

For instance:

It might just be that there is no source to show for these (@ibilon noted that these might be from a .jar), but in that case, the View Source button probably shouldn't be visible.

@Gama11
Copy link
Member Author

Gama11 commented Feb 13, 2017

@Gama11 Gama11 changed the title [api] broken "View Source" links for some java.lang types [api] broken "View Source" links for some java / cs types Feb 13, 2017
@Simn Simn modified the milestone: 4.0 Mar 20, 2017
@Simn
Copy link
Member

Simn commented Jun 15, 2017

I don't think that's a Haxe issue?

@Simn Simn closed this as completed Jun 15, 2017
@Gama11
Copy link
Member Author

Gama11 commented Jun 15, 2017

Is there any way for dox to tell that there's no source available for these? If these are indeed from .dll / .jar files, it might need some flag in the xml.

@Simn
Copy link
Member

Simn commented Jun 15, 2017

Are you saying it has a valid file entry in the XML for these?

@Gama11
Copy link
Member Author

Gama11 commented Jun 15, 2017

cs.system.collections.IList has the following:

file="C:\HaxeToolkit\haxe\lib\hxcs/3,2,0/netlib/net-20/mscorlib.dll @ cs.system.collections.IList"

For Java, the format seems slightly different (no spaces around that @).

file="C:\HaxeToolkit\haxe\lib\hxjava/3,2,0/lib/hxjava-std.jar@java/lang/CharSequence.class"

I guess dox could analyze that and make sure file ends with .hx? Doesn't seem particularly elegant, but should work...

@Simn
Copy link
Member

Simn commented Jun 15, 2017

I find that elegant enough. :P

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

2 participants