summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2011-09-07 05:18:37 +0000
committerDaniel C. Sobral <dcsobral@gmail.com>2012-01-11 21:14:00 -0200
commiteab63b12e4536b70057ac35658709ee4b54796f3 (patch)
treee416f3c635ffa6ec073a8f701e04d97d07320f39 /build.xml
parent4f6cd102de43feea645812e540cfffc65aa54abb (diff)
downloadscala-eab63b12e4536b70057ac35658709ee4b54796f3.tar.gz
scala-eab63b12e4536b70057ac35658709ee4b54796f3.tar.bz2
scala-eab63b12e4536b70057ac35658709ee4b54796f3.zip
Added footer command line option to ScalaDoc
Added footer command line option to ScalaDoc so ScalaDoc users aren't forced to have the EPFL/Typesafe copyright notice in their API docs. Now comes with the ability for users to add their own footer. Review by ureche.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index eb759dcb3d..20fafff056 100644
--- a/build.xml
+++ b/build.xml
@@ -1424,6 +1424,7 @@ DOCUMENTATION
destdir="${build-docs.dir}/library"
doctitle="Scala Standard Library"
docversion="${version.number}"
+ docfooter="epfl"
docsourceurl="https://lampsvn.epfl.ch/trac/scala/browser/scala/branches/2.9.x/src/€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
sourcepath="${src.dir}"