Daniel Hegyi writes: > Hi, > > I'd like to run JDEE's javadoc generator on a whole bunch of files. Do I > need to open every one of them in Emacs and select Documentation -> generate > or is there a more elegant way of doing this? >
Execute M-x customize-variable jde-javadoc-gen-packages and enter the paths of Java source files or package directories for which you want to generated doc for the current project. Then save the value in your prj.el file. For each package directory, the JDEE (actually javadoc) generates doc for all the Java source files in the package directory. - Paul
