mirror of https://github.com/sbt/sbt.git
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:
parent
e0e2336a4b
commit
df6f3bd888
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue