File tree 3 files changed +3
-3
lines changed
scala3doc/src/dotty/dokka
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ class DottyDokkaPlugin extends DokkaJavaPlugin:
187
187
.overrideExtension(dokkaBase.getDokkaLocationProvider)
188
188
)
189
189
190
- extension (ctx : DokkaContext ):
190
+ extension (ctx : DokkaContext )
191
191
def siteContext : Option [StaticSiteContext ] = ctx.getConfiguration.asInstanceOf [DocContext ].staticSiteContext
192
192
def args : Scala3doc .Args = ctx.getConfiguration.asInstanceOf [DocContext ].args
193
193
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ extension (members: Seq[Member]) def byInheritance =
182
182
extension (module : DModule )
183
183
def driMap : Map [DRI , Member ] = ModuleExtension .getFrom(module).fold(Map .empty)(_.driMap)
184
184
185
- extension (dri : DRI ):
185
+ extension (dri : DRI )
186
186
def withNoOrigin = dri._copy(
187
187
extra = Option (dri.getExtra).fold(null )(e => raw " \[origin:(.*)\] " .r.replaceAllIn(e, " " ))
188
188
)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class SymOps[Q <: Quotes](val q: Q):
14
14
import q .reflect ._
15
15
16
16
given Q = q
17
- extension (sym : Symbol ):
17
+ extension (sym : Symbol )
18
18
def packageName : String = (
19
19
if (sym.isPackageDef) sym.fullName
20
20
else sym.maybeOwner.packageName
You can’t perform that action at this time.
0 commit comments