Hi all. I have some command-line flags I want to get passed to Javadoc, but it isn't entirely clear how to configure it.
What I'm trying to do:
-tag some.tag:X
-tag some.other.tag:X
The documented equivalent would seem to be:
doc tag: 'some.tag:X'
doc tag: 'some.other.tag:X'
But this raises:
RuntimeError : Don't know how to generate documentation from
{:tag=>"some.tag:X"}
Is there a way to do this?
Failing that, is there a way to exclude stuff from the docs?
TX
