Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] API docs

On 06/12/2013 10:28 AM, Wyatt Spear wrote:
How are you identifying the missing javadoc? I thought I covered etfw
and etfw.toolopts yesterday and I'm not sure how to find what I
missed.
Checkstyle tool can help you identify missing javadocs:
http://checkstyle.sourceforge.net/
http://www.vogella.com/articles/Checkstyle/article.html

There is also a maven plug-in (maven-checkstyle-plugin) to generate checkstyle reports on build time, i.e, if you using Maven/Tycho.

- Wainer
Thanks,
Wyatt

On Wed, Jun 12, 2013 at 5:41 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
The following packages are still missing javadoc and need to be updated. I haven't checked every method on every class, so I may have missed something.

org.eclipse.ptp.etfw
org.eclipse.ptp.etfw.feedback
org.eclipse.ptp.etfw.toolopts
org.eclipse.ptp.launch
org.eclipse.ptp.launch.ui
org.eclipse.ptp.launch.ui.tabs

The following are currently missing from the ISV docs. Please let me know which of these you want included. If not included, I will mark as internal.

org.eclipse.ptp.pldt.common
org.eclipse.ptp.pldt.common.actions
org.eclipse.ptp.pldt.common.analysis
org.eclipse.ptp.pldt.common.editorHelp
org.eclipse.ptp.pldt.common.util
org.eclipse.ptp.pldt.common.views

Greg
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev




Back to the top