Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Look for pydoc analog for java for reading docs from command line

Pydoc can produce nice docs for Python module/function/class for reading from command line.

This tools javadoc seems does not provide such capabilities.

I use Emacs and look for ability quickly get docs about standard java library without leaving Emacs.

If such utility exist I can integrate in to Emacs...

Also I think it is nice read javadoc from Bash...

PS. For example I expect that utility extract docs from existen java installation without specifing path to it (from JAVA_HOME, or PATH without javadoc.zip only from src.zip which come with all JDK installation)...

like image 314
gavenkoa Avatar asked Dec 23 '25 03:12

gavenkoa


1 Answers

While reading a bit about clojure -lisp on JVM-, I came accross this solution for what you need: http://cynojure.posterous.com/clojure-emacs-and-javadocs.

like image 187
jalopaba Avatar answered Dec 24 '25 17:12

jalopaba



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!