@@ -33,22 +33,22 @@ class BaseByteRenderer[T <: upickle.core.ByteOps.Output]
3333// ^^^^^^^ reference semanticdb maven maven/com.lihaoyi/upickle-core_2.13 1.4.0 upickle/core/ByteOps.
3434// ^^^^^^ reference semanticdb maven maven/com.lihaoyi/upickle-core_2.13 1.4.0 upickle/core/ByteOps.Output#
3535 (out : T ,
36- // ^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#out.
37- // documentation ```scala\nprivate[this] val out: T\n```
3836// ^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#`<init>`().(out)
3937// documentation ```scala\nout: T \n```
38+ // ^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#out.
39+ // documentation ```scala\nprivate[this] val out: T\n```
4040// ^ reference semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#[T]
4141 indent : Int = - 1 ,
42- // ^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#indent.
43- // documentation ```scala\nprivate[this] val indent: Int\n```
4442// ^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#`<init>`().(indent)
4543// documentation ```scala\ndefault indent: Int \n```
44+ // ^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#indent.
45+ // documentation ```scala\nprivate[this] val indent: Int\n```
4646// ^^^ reference semanticdb maven maven/org.scala-lang/scala-library 2.13.10 scala/Int#
4747 escapeUnicode : Boolean = false ) extends JsVisitor [T , T ]{
48- // ^^^^^^^^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#escapeUnicode.
49- // documentation ```scala\nprivate[this] val escapeUnicode: Boolean\n```
5048// ^^^^^^^^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#`<init>`().(escapeUnicode)
5149// documentation ```scala\ndefault escapeUnicode: Boolean \n```
50+ // ^^^^^^^^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#escapeUnicode.
51+ // documentation ```scala\nprivate[this] val escapeUnicode: Boolean\n```
5252// ^^^^^^^ reference semanticdb maven maven/org.scala-lang/scala-library 2.13.10 scala/Boolean#
5353// ^^^^^^^^^ reference semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/JsVisitor#
5454// ^ reference semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#[T]
@@ -80,18 +80,18 @@ class BaseByteRenderer[T <: upickle.core.ByteOps.Output]
8080 }
8181
8282 private [this ] var depth : Int = 0
83- // ^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#depth().
84- // documentation ```scala\nprivate[this] var depth: Int\n```
8583// ^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#`depth_=`().
8684// documentation ```scala\nprivate[this] var depth_=(x$1: Int): Unit\n```
85+ // ^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#depth().
86+ // documentation ```scala\nprivate[this] var depth: Int\n```
8787// ^^^ reference semanticdb maven maven/org.scala-lang/scala-library 2.13.10 scala/Int#
8888
8989
9090 private [this ] var commaBuffered = false
91- // ^^^^^^^^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#commaBuffered().
92- // documentation ```scala\nprivate[this] var commaBuffered: Boolean\n```
9391// ^^^^^^^^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#`commaBuffered_=`().
9492// documentation ```scala\nprivate[this] var commaBuffered_=(x$1: Boolean): Unit\n```
93+ // ^^^^^^^^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#commaBuffered().
94+ // documentation ```scala\nprivate[this] var commaBuffered: Boolean\n```
9595
9696 def flushBuffer () = {
9797// ^^^^^^^^^^^ definition semanticdb maven maven/com.lihaoyi/ujson_2.13 1.4.0 ujson/BaseByteRenderer#flushBuffer().
0 commit comments