On 14/06/14 23:00, Alexandro Colorado wrote: > Hi spending some time with the Odoo community (previously OpenERP) I > learn some other workflows of dealing with documenation. Being a > python shop they rely heavily on sphinx a documentation framework to > generate techical documentation about their ERP. > > I want to research on how we generate our own API documenation and > where can I see those scripts. > > http://www.openoffice.org/api/modules.html > > As well as other type of documenation like code examples, C++ > (http://www.openoffice.org/api/docs/cpp/ref/names/index.html) Java > (http://www.openoffice.org/api/docs/java/ref/overview-summary.html) > and finally the IDL reference > (http://www.openoffice.org/api/docs/common/ref/com/sun/star/module-ix.html).
All this reference documentation is part of the SDK and built during the normal build process in the odk module. The C++ and Java ref covers the API's that we have marked as part of the UNO runtime environment and that should be kept compatible at least between majors. The documentation online reflect more or less the latest SDK version. I try to keep it up to date. Juergen --------------------------------------------------------------------- To unsubscribe, e-mail: api-unsubscr...@openoffice.apache.org For additional commands, e-mail: api-h...@openoffice.apache.org