Merge pull request #7989 from xuwei-k/incorrect-scaladoc-param

[2.x] remove incorrect scaladoc `@param` tag
This commit is contained in:
eugene yokota 2025-01-01 03:05:35 -05:00 committed by GitHub
commit ae64f718d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 moduleId The root module for which to create a `ModuleDescriptor`.
* @param directDependencies The direct dependencies of the module. * @param directDependencies The direct dependencies of the module.
* @param scalaModuleInfo The information about the Scala version used, if any. * @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. * @return A `ModuleDescriptor` describing a subproject and its dependencies.
*/ */
def moduleDescriptor( def moduleDescriptor(

View File

@ -137,7 +137,6 @@ object Pkg:
/** /**
* @param conf the package configuration that should be build * @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 log feedback for the user
*/ */
def apply(conf: Configuration, converter: FileConverter, log: Logger): VirtualFile = 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 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 log feedback for the user
* @param time static timestamp to use for all entries, if any. * @param time static timestamp to use for all entries, if any.
*/ */