erlide_eclipse icon indicating copy to clipboard operation
erlide_eclipse copied to clipboard

Allow setting some of the documentation arguments

Open amadeoas opened this issue 11 years ago • 1 comments

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.

amadeoas avatar Nov 24 '14 11:11 amadeoas

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.

vladdu avatar Nov 24 '14 11:11 vladdu