MCPcopy Index your code
hub / github.com/h2pl/JavaTutorial / main

Method main

src/main/java/md/mdToc.java:6–9  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4
5public class mdToc {
6 public static void main(String[] args) {
7 String path = "D:\\idea_project\\JavaTutorial\\docs\\java-web\\temp";
8 AtxMarkdownToc.newInstance().genTocDir(path);
9 }
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected