Giter VIP home page Giter VIP logo

lojidoc's Introduction

Lojidoc

lojidoc on crates.io Build Status

About

Lojidoc is a tool for creating markdown documentation for java projects. The program parses the javadoc comments in the source code and uses the high level java declarations to provide consice and easily readable markdown documentation for each java file in the project.

Documentation

Source code documentation

Contribution

Pull requests and feature requests are always welcome. If you are opening an issue please use one of the provided issue templates as a guide. For more information about contributing read the Contribution guidelines.

Installation

Lojidoc can be installed using Cargo. The following packages are required for installation.

Note: cargo is installed by default with a rustc installation

Lojidoc can then be installed using cargo install

$ cargo install lojidoc

Once installed the default location of the executable will be ~/.cargo/bin/lojidoc

Building from source

$ git clone https://github.com/JoshBrudnak/Lojidoc.git
$ cd ./Lojidoc/
$ cargo build --release

Usage

Basic Usage

$ lojidoc [Project_Path] [FLAGS] [OPTIONS]

Example Usages

Example of passing Lojidoc the repository URL and destination directory

$ lojidoc ~/Project/src/java/ -c https://github.com/JoshBrudnak/Project/tree/master -d ~/docs/

Example of using the lint option to find javadoc mistakes and using a single thread.

$ lojidoc ~/Project/src/java/ -l -s

Note: Lojidoc will not generate any markdown files when using the lint flag

Command line arguments

Flag Description
m Use multiple threads to execute the program
l Check a java project for incorrect or missing javadocs
h Prints help information
v Generate documentation for a project and provide verbose output
V Prints the version information
Option Description
d Sets the destination directory of the created markdown files
b Create a mdbook using the generated documentation

lojidoc's People

Contributors

1uka avatar joshbrudnak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.