Skip to content

Commit e38a04c

Browse files
committed
Scaladoc: Update list of unsupported settings
1 parent 89f9af7 commit e38a04c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scaladoc/src/dotty/tools/scaladoc/ScaladocSettings.scala

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,8 @@ import dotty.tools.dotc.core.Contexts._
1818

1919
class ScaladocSettings extends SettingGroup with AllScalaSettings:
2020
val unsupportedSettings = Seq(
21-
// Options that we like to support
22-
extdirs, javabootclasspath, encoding,
2321
// Needed for plugin architecture
24-
plugin,disable,require, pluginsDir, pluginOptions,
25-
// we need support for sourcepath and sourceroot
26-
sourcepath, sourceroot
22+
plugin, disable, require, pluginsDir, pluginOptions,
2723
)
2824

2925

0 commit comments

Comments
 (0)