Skip to content

Commit 30598c8

Browse files
committed
javadoc: Add bunch of option arg (non)completions
1 parent fd6412e commit 30598c8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

completions/java

+11-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)