Add folding doc and multiline comments
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<fold text='/**...*/' expand='~false~'>/**
|
||||
* Some header kdoc
|
||||
*/</fold>
|
||||
package some
|
||||
|
||||
<fold text='/**...*/' expand='true'>/**
|
||||
* Other
|
||||
*/</fold>
|
||||
|
||||
// SET_TRUE: setCollapseFileHeader
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<fold text='/.../' expand='~false~'>/*
|
||||
* Some header
|
||||
*/</fold>
|
||||
|
||||
val a = 12
|
||||
|
||||
<fold text='/.../' expand='true'>/*
|
||||
* Other
|
||||
*/</fold>
|
||||
|
||||
// SET_TRUE: setCollapseFileHeader
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
package some
|
||||
|
||||
import <fold text='...' expand='~false~'>first
|
||||
import second</fold>
|
||||
|
||||
trait A
|
||||
|
||||
// SET_TRUE: setCollapseImports
|
||||
@@ -0,0 +1,9 @@
|
||||
<fold text='/**...*/'>/**
|
||||
* Kdoc licence
|
||||
*/</fold>
|
||||
package some
|
||||
|
||||
<fold text='/**...*/'>/**
|
||||
* Some Kdoc comment
|
||||
*/</fold>
|
||||
class A
|
||||
@@ -0,0 +1,4 @@
|
||||
<fold text='/.../'>/*
|
||||
* Some multiline comment
|
||||
*/</fold>
|
||||
class A
|
||||
Reference in New Issue
Block a user