remove incorrect scaladoc `param` tag

This commit is contained in:
xuwei-k 2025-01-01 16:25:30 +09:00
parent 439e24fb84
commit c35e1539a0
2 changed files with 0 additions and 3 deletions

View File

@ -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(

View File

@ -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.
*/