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

Methods arguments not shown in API viewer #6

Closed
sgaillard opened this issue Dec 18, 2018 · 4 comments
Closed

Methods arguments not shown in API viewer #6

sgaillard opened this issue Dec 18, 2018 · 4 comments

Comments

@sgaillard
Copy link

Hi,
I just migrated an app from qooxdoo 5.0.2 with generate.py to qooxdoo-compiler with qooxdoo 6.0.0-alpha-20181116-263f2cc9. I've added the qooxdoo/qxl.apiviewer contrib.
When compiling the app, the API viewer works well but method arguments are not shown.
For exemple, the constructor of qx.ui.basic.Label looks like this with generate.py api :
Label(String value)
but with the new api viewer it looks like that :
qx.ui.basic.Label()
When clicking on the + sign on the left of the method signature nothing is shown where it should be Parameters and Overrides sections.
Sylvain

hkollmann added a commit that referenced this issue Dec 19, 2018
fix method parameters, see #6
@hkollmann
Copy link
Member

I just released version v0.1.12. Could you try this version?
Thanks
Henner

@sgaillard
Copy link
Author

Hi,
Just tried today with the new v0.1.12. Parameters now show up in the method signature but still don't show up in the method description.
I've installed the qooxdoo/qxl.versionlabel contrib to make it build but still have 4 "Unresolved use of symbol" that may not be related to this issue :
qxl.apiviewer.Viewer: [78,41] Unresolved use of symbol location.href qxl.apiviewer.ui.panels.InfoPanel: [748,19] Unresolved use of symbol location.protocol qxl.apiviewer.ui.panels.InfoPanel: [749,15] Unresolved use of symbol location.host qxl.apiviewer.ui.panels.InfoPanel: [750,19] Unresolved use of symbol location.pathname
Best,
Sylvain

@cboulanger
Copy link
Contributor

You can safely ignore those warnings - they will be eventually taken care of...

hkollmann added a commit that referenced this issue Dec 25, 2018
fix during for deliver apiviewer itself:
see Controller.js, line 311
@hkollmann
Copy link
Member

Done with #6

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

3 participants