All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dotty.tools.scaladoc.snippets.SnippetCompilerSetting.scala Maven / Gradle / Ivy

There is a newer version: 3.7.0-RC1-bin-20250117-1778a6e-NIGHTLY
Show newest version
package dotty.tools.scaladoc
package snippets

import dotty.tools.scaladoc.DocContext
import dotty.tools.dotc.config.Settings._
import dotty.tools.dotc.config.ScalaSettings

case class SnippetCompilerSetting[T](setting: Setting[T], value: T)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy