-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make comments jsdoc compatible #19
Comments
Note that (as of 1497125) jsdoc creates docs for the class SQLContext and its constructor, which isn't accessible outside of sqlContext.js. Need to figure out how to address this. |
Also need to make a pass to do something about the backticks in comments as they currently just add noise. One option is to remove them, another is to replace them by |
|
Similar to what was done in #18 for
lib/DataFrame.js
in 9675dd3, but for the other API wrappers in lib/Row.js doesn't need to be documented (at least yet) -- it is only used internally so far.
The text was updated successfully, but these errors were encountered: