Skip to content

Commit 2df7d78

Browse files
committed
Fix doc comment
1 parent 175ee56 commit 2df7d78

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • jacodb-ets/src/main/kotlin/org/jacodb/ets/model

jacodb-ets/src/main/kotlin/org/jacodb/ets/model/Export.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ data class EtsExportInfo(
6767

6868
/**
6969
* Whether this export is a re-export.
70+
*
71+
* ```ts
72+
* export { value } from './module';
73+
* export * from './module';
74+
* ```
7075
*/
7176
val isReExport: Boolean
7277
get() = from != null

0 commit comments

Comments
 (0)