Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf101 committed Aug 6, 2024
1 parent a6ba551 commit dd02903
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ object DumpEtsFileToDot {
}
}

/**
* Visualize classes and methods in [EtsFileDto] and [EtsFile] from directory.
*/
@OptIn(ExperimentalPathApi::class)
object DumpEtsFilesToDot {
private const val ETSIR_DIR = "/etsir/samples"
Expand Down

0 comments on commit dd02903

Please sign in to comment.