-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b100
-
generic
-
generic
jjs prints documentation for built-in JS functions, java packages and java classes. But, for user defined functions source code is printed for anything else jjs prints "toString" value. This may not be the best documentation. jjs should support __doc__ property on JS objects. i.e., if __doc__ property is defined on the object, jjs should print string value of __doc__ property. This is like docstring in Python ( https://en.wikipedia.org/wiki/Docstring )
- relates to
-
JDK-8145486 jjs should support documentation key shortcut in interactive mode
-
- Resolved
-