Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] How to best document consumed OSGi/DS services?



On Mon, Mar 22, 2021 at 12:28 PM Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Just brainstorming I would say, extend the javadoc engine to process the service xml with some style sheet and insert that in the HTML output?
Does anyone know if Javadoc can be extended like that? The doc on javadoc suggest the usage of an extension mechanism [1]

That's the kind of things I have in mind too.
To be honest, I would be expecting some other project in OSGi world has already faced this issue and found/built and standard-ish solution we could just adopt. Is anyone aware of how other OSGi solutions (eg Karaf, Kura...) deal with this?

Back to the top