JoshBrudnak / Lojidoc

A tool for generating markdown documentation for java projects
https://joshbrudnak.github.io/Lojidoc
Apache License 2.0
7 stars 7 forks source link

Add command line flag to ignore private fields #10

Closed JoshBrudnak closed 5 years ago

JoshBrudnak commented 5 years ago

Add a command line option to ignore fields with a certain permission. For example:

$ lojidoc ./project/src/ -i private

This would ignore all private member variables and methods when documenting the project. This check can be implemented in the document module where the method and member variable docs are being generated.

JoshBrudnak commented 5 years ago

Closing, this was added in #14