Allow setting some of the documentation arguments
Would it be possible to allow setting some of the argument when building the documentation from Eclipse so you can specify things like including todo, private, etc. I use
erl -noshell -run edoc_run packages '[""]' '[{source_path, ["./src"]}, {dir,"./doc"}, {private,true}, {todo,true}]'
to build my documentation from cmdline and it would be nice if the same result could be achieved in the Eclipse UI.
Thanks, I will see what I can do.
On Mon, Nov 24, 2014 at 12:24 PM, amadeoas [email protected] wrote:
Would it be possible to allow setting some of the argument when building the documentation from Eclipse so you can specify things like including todo, private, etc. I use
erl -noshell -run edoc_run packages '[""]' '[{source_path, ["./src"]}, {dir,"./doc"}, {private,true}, {todo,true}]'
to build my documentation from cmdline and it would be nice if the same result could be achieved in the Eclipse UI.
— Reply to this email directly or view it on GitHub https://github.com/erlide/erlide/issues/206.