Skip to content

Commit 4f39b34

Browse files
committed
Fix scaladoc
1 parent 29b5e99 commit 4f39b34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

enclosure/shared/src/main/scala-2/com/lorandszakacs/enclosure/internal/EnclosureMacros.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ object EnclosureMacros {
7474

7575
private def fullNameFromSymbol(sym: Symbol): String = {
7676

77-
/** the full name of package objects includes ".package" at the end.
78-
* That's why we go one level up
79-
*/
77+
/* the full name of package objects includes ".package" at the end.
78+
* That's why we go one level up
79+
*/
8080
if (isPackageObject(sym)) {
8181
if (sym.owner.eq(null)) {
8282
ctx.abort(

enclosure/shared/src/main/scala/com/lorandszakacs/enclosure/Enclosure.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ package com.lorandszakacs.enclosure
3333
*
3434
* object Printer {
3535
* def locatedPrintln(s: String)(implicit enc: Enclosure): Unit = {
36-
* println(s"[${enc.fullModuleName}] s")
36+
* println(s"[{enc.fullModuleName}] s")
3737
* }
3838
* }
3939
*

0 commit comments

Comments
 (0)