File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
scaladoc/src/dotty/tools/scaladoc/tasty Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ object DocumentationWebsite {
4343 import _root_ .scala .concurrent ._
4444 import _root_ .scala .concurrent .duration .Duration
4545 import ExecutionContext .Implicits .global
46- val inkuireVersion = " v1.0.0-M7 "
46+ val inkuireVersion = " v1.0.0-M9 "
4747 val inkuireLink = s " https://github.com/VirtusLab/Inkuire/releases/download/ $inkuireVersion/inkuire.js "
4848 val inkuireDestinationFile = baseDest / " dotty_res" / " scripts" / " inkuire.js"
4949 sbt.IO .touch(inkuireDestinationFile)
Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ trait InkuireSupport(using DocContext) extends Resources:
184184 else ownerNameChain(sym.owner) :+ sym.normalizedName
185185
186186 private def viableSymbol (s : Symbol ): Boolean =
187- ! s.flags.is(Flags .Private ) &&
188- ! s.flags.is(Flags .Protected ) &&
189- ! s.flags.is(Flags .Override ) &&
190- ! s.flags.is(Flags .Synthetic )
187+ ! s.flags.is(Flags .Private ) &&
188+ ! s.flags.is(Flags .Protected ) &&
189+ ! s.flags.is(Flags .Override ) &&
190+ ! s.flags.is(Flags .Synthetic )
191191
192192 private def varName (t : Inkuire .TypeLike ): Option [String ] = t match {
193193 case tpe : Inkuire .Type => Some (tpe.name.name)
You can’t perform that action at this time.
0 commit comments