-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
I just released version v0.1.12. Could you try this version? |
Hi, |
You can safely ignore those warnings - they will be eventually taken care of... |
Done with #6 |
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
The text was updated successfully, but these errors were encountered: