summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2011-09-07 05:18:37 +0000
committerHeather Miller <heather.miller@epfl.ch>2011-09-07 05:18:37 +0000
commitac9243fb9e48dd3a4829cc3bf1caf7241d40b8af (patch)
treebd25f8e7a29421aa05e9eb33ea433b29edea7d12 /build.xml
parentf3114ec2a48e1a48f53bd5065009156b2612430e (diff)
downloadscala-ac9243fb9e48dd3a4829cc3bf1caf7241d40b8af.tar.gz
scala-ac9243fb9e48dd3a4829cc3bf1caf7241d40b8af.tar.bz2
scala-ac9243fb9e48dd3a4829cc3bf1caf7241d40b8af.zip
Added footer command line option to ScalaDoc so...
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 77095b63f9..af831f7928 100644
--- a/build.xml
+++ b/build.xml
@@ -1409,6 +1409,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/trunk/src/€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
sourcepath="${src.dir}"