We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6412e commit 30598c8Copy full SHA for 30598c8
completions/java
@@ -240,6 +240,11 @@ _javadoc()
240
_filedir '?(x)htm?(l)'
241
return
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
+ ;;
248
-stylesheetfile)
249
_filedir css
250
@@ -248,10 +253,15 @@ _javadoc()
253
_filedir -d
254
255
251
- -classpath|-bootclasspath|-docletpath|-sourcepath|-extdirs)
256
+ -classpath|-cp|-bootclasspath|-docletpath|-sourcepath|-extdirs|\
257
+ -excludedocfilessubdir)
252
258
_java_path
259
260
261
+ -helpfile)
262
+ _filedir
263
264
265
esac
266
267
# -linkoffline takes two arguments
0 commit comments