mirror of https://github.com/sbt/sbt.git
remove incorrect scaladoc `param` tag
This commit is contained in:
parent
439e24fb84
commit
c35e1539a0
|
|
@ -27,7 +27,6 @@ class DependencyResolution private[sbt] (lmEngine: DependencyResolutionInterface
|
|||
* @param moduleId The root module for which to create a `ModuleDescriptor`.
|
||||
* @param directDependencies The direct dependencies of the module.
|
||||
* @param scalaModuleInfo The information about the Scala version used, if any.
|
||||
* @param configurations The configurations that this module has.
|
||||
* @return A `ModuleDescriptor` describing a subproject and its dependencies.
|
||||
*/
|
||||
def moduleDescriptor(
|
||||
|
|
|
|||
|
|
@ -137,7 +137,6 @@ object Pkg:
|
|||
|
||||
/**
|
||||
* @param conf the package configuration that should be build
|
||||
* @param cacheStoreFactory used for jar caching. We try to avoid rebuilds as much as possible
|
||||
* @param log feedback for the user
|
||||
*/
|
||||
def apply(conf: Configuration, converter: FileConverter, log: Logger): VirtualFile =
|
||||
|
|
@ -145,7 +144,6 @@ object Pkg:
|
|||
|
||||
/**
|
||||
* @param conf the package configuration that should be build
|
||||
* @param cacheStoreFactory used for jar caching. We try to avoid rebuilds as much as possible
|
||||
* @param log feedback for the user
|
||||
* @param time static timestamp to use for all entries, if any.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue