sbt/main
Mark Harrah a152965933 Option to automatically manage API documentation mappings
Set autoAPIMappings := true to enable.

Then, set apiURL to the base URL of the API documentation for a project.
This will get stored in an extra attribute in the ivy.xml or as a property
a pom.xml.

When using managed dependencies that have set their apiURL, the -doc-external-doc
setting for scaladoc will be automatically configured.  Note that this option
will only be available in Scala 2.10.1 and so enabling autoAPIMappings for
earlier versions will result in an error from scaladoc.

For unmanaged dependencies or dependencies without an automatic apiURL, add the
(File,URL) mapping to apiMappings.  The File is the classpath entry and the URL
is the location of the API documentation.
2013-01-10 16:06:12 -05:00
..
actions/src move Eval test to correct location 2012-12-19 10:17:56 -05:00
command/src/main/scala/sbt use proper separator in command tab completion 2013-01-03 11:37:40 -05:00
settings/src when looking for the enclosing val definition in definingValName, allow the macro to be in an expression 2013-01-10 16:06:12 -05:00
src Option to automatically manage API documentation mappings 2013-01-10 16:06:12 -05:00
NOTICE fix component name in main notice 2010-09-21 22:00:11 -04:00