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()
240
240
_filedir ' ?(x)htm?(l)'
241
241
return
242
242
;;
243
+ -doclet|-exclude|-subpackages|-source|-locale|-encoding|-windowtitle|\
244
+ -doctitle|-header|-footer|-top|-bottom|-group|-noqualifier|-tag|\
245
+ -charset|-sourcetab|-docencoding)
246
+ return
247
+ ;;
243
248
-stylesheetfile)
244
249
_filedir css
245
250
return
@@ -248,10 +253,15 @@ _javadoc()
248
253
_filedir -d
249
254
return
250
255
;;
251
- -classpath|-bootclasspath|-docletpath|-sourcepath|-extdirs)
256
+ -classpath|-cp|-bootclasspath|-docletpath|-sourcepath|-extdirs|\
257
+ -excludedocfilessubdir)
252
258
_java_path
253
259
return
254
260
;;
261
+ -helpfile)
262
+ _filedir
263
+ return
264
+ ;;
255
265
esac
256
266
257
267
# -linkoffline takes two arguments
You can’t perform that action at this time.
0 commit comments