On 03/31/2015 11:20 PM, Junmo Yang wrote:
> Thanks All,
>
> Let's say that Single API Document for each Language should be generated.
>
> (Please, future person in charge of API Docs, remenber above)
>
> In order to adopt Javadoc for Java, we need common configuration script
> fiels for it.
>
> Anyone can share script files?
>
> If no one provides those scripts, we have to keep doxygen for Java.
>
> Pleae reffer the link.(https://gerrit.iotivity.org/gerrit/#/c/440/)
>

In general Javadoc has not really been config-driven like Doxygen is.
There some style tuning via css, but normally Javadoc covers the rest in
normalized ways.

Of course, it's possible they've added things in the most recent
versions. But the normal way to go beyond that would be to write some
custom doc generating code itself.

The main benefit of their unified approach is that Java developers get
consistent documentation no matter what project or libraries they are
working with. We definitely should keep that aspect.

-- 
Jon A. Cruz - Senior Open Source Developer
Samsung Open Source Group
jonc at osg.samsung.com

Reply via email to