summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-10 12:17:09 +0000
committermichelou <michelou@epfl.ch>2007-04-10 12:17:09 +0000
commit1f2b7055e45dc6dff6540f611cd5a631ea3e1fdb (patch)
treeb69de760bce34a28b4c0c4ae6bdba30ae24d8252 /src/manual
parentc5861d824317784efb52b52a60d4194960218bb3 (diff)
downloadscala-1f2b7055e45dc6dff6540f611cd5a631ea3e1fdb.tar.gz
scala-1f2b7055e45dc6dff6540f611cd5a631ea3e1fdb.tar.bz2
scala-1f2b7055e45dc6dff6540f611cd5a631ea3e1fdb.zip
added more options to scaladoc Ant task
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/scalac.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/manual/scala/man1/scalac.scala b/src/manual/scala/man1/scalac.scala
index 09333e9255..7135abfc43 100644
--- a/src/manual/scala/man1/scalac.scala
+++ b/src/manual/scala/man1/scalac.scala
@@ -123,6 +123,10 @@ object scalac extends Command {
CmdOption("r", Argument("path")),
"List of assemblies referenced by the program (only relevant with -target:msil)"),
Definition(
+ CmdOption("addparams"),
+ SeqPara(
+ "")),
+ Definition(
CmdOption("deprecation"),
SeqPara(
"Indicate whether source should be compiled with deprecation " &