Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Generating API documentation

Hi Mikael,

thanks for pointing me in the right direction. I have a basic build already running. But I ran into some questions, maybe you can help me out.

1) When using jars.extra.classpath, how are platform URIs resolved? Against the target platform? My maven cache? The current maven build?
I also tried to use relative locations, like “../another.plugin” but this did not work.

2) My API reference should be attached to an existing help anchor of another toc file. Regarding the documentation there is a tocOptions parameter available, but I could not find any detailed documentation on this. Is there a way to set a toc anchor using this property?

thanks
Christian

On 19.02.2015 09:27, Mikael Barbero wrote:
Hi Christian, 

There is the tycho-document-bundle-plugin (from org.eclipse.tycho.extras) that allows you to generate Javadoc for your bundles. 




Back to the top