-
Notifications
You must be signed in to change notification settings - Fork 72
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
Is the documentation "Expand parameters" supposed to be JSDoc? #268
Comments
No, I think that's a bug. I'm pretty sure that used to work. The descriptions from the source code comment block as well as the names are showing up. (There just happen to be no descriptions for |
Gotcha, thanks so much for the response! |
Commenting to re-open from accidental closing 🤦♂️ |
I don't recall having touched that specific part of the doc generator but it's not impossible that I broke it when I last updated the docs. I'll have a look. Thanks for the report. |
There are several other things that broke in the most recent docs/repl changes, and several before that. I will try to collect a list. |
Hi!
In the Ramda docs, clicking on "Expand parameters" gives you a sort of JSDoc style of documentation but it looks incomplete.
add
, for example, only shows parameter names but not their types. You can see in the HTML on the page that thespan.type
element is empty.https://ramdajs.com/docs/#add
The HTML
Is this intentional? If it is, is the intention that developers would look at the Hindley-Milner representation and the JSDoc style representation and put them together in their head to get a full picture?
The text was updated successfully, but these errors were encountered: