File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,11 @@ _javadoc()
240240 _filedir ' ?(x)htm?(l)'
241241 return
242242 ;;
243+ -doclet|-exclude|-subpackages|-source|-locale|-encoding|-windowtitle|\
244+ -doctitle|-header|-footer|-top|-bottom|-group|-noqualifier|-tag|\
245+ -charset|-sourcetab|-docencoding)
246+ return
247+ ;;
243248 -stylesheetfile)
244249 _filedir css
245250 return
@@ -248,10 +253,15 @@ _javadoc()
248253 _filedir -d
249254 return
250255 ;;
251- -classpath|-bootclasspath|-docletpath|-sourcepath|-extdirs)
256+ -classpath|-cp|-bootclasspath|-docletpath|-sourcepath|-extdirs|\
257+ -excludedocfilessubdir)
252258 _java_path
253259 return
254260 ;;
261+ -helpfile)
262+ _filedir
263+ return
264+ ;;
255265 esac
256266
257267 # -linkoffline takes two arguments
You can’t perform that action at this time.
0 commit comments