Switch to regular comment instead of scaladoc

Having this as scaladoc adds an unmoored doc comment compiler warning
because no documentation is generated for the class that is being
documented.
This commit is contained in:
Ethan Atkins 2018-12-19 14:06:02 -08:00
parent e0e2336a4b
commit df6f3bd888
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ abstract class BaseTaskLinterDSL extends LinterDSL {
val unchecked = symbolOf[sbt.sbtUnchecked].asClass
val initializeType = typeOf[sbt.Def.Initialize[_]]
/**
/*
* Lints a task tree.
*
* @param insideIf indicates whether or not the current tree is enclosed in an if statement.