This project searches in a given glob path pattern for java files. It will then try to extract all Javadoc entries, sort-of turn them into AsciiDoc and write them to files, matching the path structure of the found files.
cargo build --release
javadoc2adoc -i '<glob-pattern>' -o <out-dir>
Hint: Escape the glob pattern so your shell doesn't expand it.
Example:
javadoc2adoc -i './**/*.java' -o tmp
- Classes
- Constructors
- Methods
- Fields
- Nested Classes
- Interfaces
This can handle the Quarkus Repo without crashing, which is kind of nice.
- Most likely a lot of things
You most likely don't; This just annoyed me.