summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorEugene Vigdorchik <eugene.vigdorchik@gmail.com>2012-10-11 12:41:54 +0400
committerEugene Vigdorchik <eugene.vigdorchik@gmail.com>2012-10-11 12:41:54 +0400
commitd22b74c22fef4151533bf23efcc6b4f59e60d88f (patch)
treef124b929f3d688f51c1d16d9f8f4e01d4d2db331 /src/manual
parent5691373feb3a99d5429dedfaec994d6421b3286f (diff)
downloadscala-d22b74c22fef4151533bf23efcc6b4f59e60d88f.tar.gz
scala-d22b74c22fef4151533bf23efcc6b4f59e60d88f.tar.bz2
scala-d22b74c22fef4151533bf23efcc6b4f59e60d88f.zip
Scaladoc knows the package structure of the libraries,
so don't include them in external documentation setting.
Diffstat (limited to 'src/manual')
-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(