A tool for generating markown documentation for java projects.
Pull requests and feature requests are always welcome.
$ cargo build --release
Basic Usage
$ ./lojidoc [Project_Path]
| Flag | Description | | ---- | ------------------------------------------------------- | | s | Use only on thread for execution of the program | | l | Check a java project for incorrent and missing javadocs | | h | Prints help information |
| Options | Description | | ------- | -------------------------------------------------------------- | | c | Add the git repository url of the project to the documentation | | d | Sets the destination directory of the created markdown files |