Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] API and javadoc


For those who aren't aware of it, the following wiki page describes what needs to be done in the doc when adding new plug-ins, API packages, and extension points:

http://wiki.eclipse.org/index.php/How_to_add_things_to_the_Eclipse_doc

John



Wassim Melhem/Toronto/IBM@IBMCA
Sent by: eclipse-dev-bounces@xxxxxxxxxxx

24/04/2007 10:19 PM

Please respond to
"General development mailing list of the Eclipse project."        <eclipse-dev@xxxxxxxxxxx>

To
eclipse-dev@xxxxxxxxxxx
cc
Subject
[eclipse-dev] API and javadoc






During the 3.3 cycle, 27 new plug-ins were added to the SDK, many of which
contribute new API.

Please make sure that any and every plug-in that contributes API is
accounted for in a org.eclipse.pde.core.javadoc extension in one of the
documentation plug-ins.

Platform plug-ins:  org.eclipse.platform.doc.isv
JDT plug-ins:  org.eclipse.jdt.doc.isv
PDE plug-ins: org.eclipse.pde.doc.user

If your new plug-in does not contribute API, no action is required.

Thanks,
Wassim

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipse-dev


Back to the top