Dad, Software Nerd, Human

javadoc2md

https://github.com/dburkart/javadoc2md

javadoc2md is a wacky little tool I wrote to transpile javadoc comments from Java projects to Docusaurus-compatible markdown files. I wrote it mostly because I love writing parsers and compilers, and a little because I was looking for this tool but couldn't find something that did exactly what I wanted. Oh and also an excuse to use Golang.

If I was serious, I'd probably have written it in Java, and made use of the javadoc facilities in the language to build something production grade. But hey, I'm not a Java developer, and don't really care about "production-grade" for something like this.