summaryrefslogtreecommitdiff
path: root/src/manual/scala/man1/scaladoc.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual/scala/man1/scaladoc.scala')
-rw-r--r--src/manual/scala/man1/scaladoc.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/manual/scala/man1/scaladoc.scala b/src/manual/scala/man1/scaladoc.scala
index ac2a16ccb3..0f2b1cde8a 100644
--- a/src/manual/scala/man1/scaladoc.scala
+++ b/src/manual/scala/man1/scaladoc.scala
@@ -75,7 +75,10 @@ object scaladoc extends Command {
"Define the overall version number of the documentation, typically the version of the library being documented."),
Definition(
CmdOption("doc-source-url", Argument("url")),
- "Define a URL to be concatenated with source locations for link to source files."))),
+ "Define a URL to be concatenated with source locations for link to source files."),
+ Definition(
+ CmdOption("doc-external-uris", Argument("external-doc")),
+ "Define comma-separated list of file://classpath_entry_path#doc_URL URIs for linking to external dependencies."))),
Section("Compiler Options",
DefinitionList(