Try to create them yourself.
I downloaded the source from GitHub , extracted it, and then on the command line:
javadoc -d docs -sourcepath framework/src/ com.phonegap
I did this from the folder in which the files were extracted.
docs / is the name of the created new folder, in which there is index.html, I was able to launch its browser.
source share