Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] Javadoc on IHost / Host

Hi Kushal,

I think you didn't quite get what I meant...
please synchronize IHost and Host and see
how I've changed the Javadoc.

For methods implementing an interface, JDT
allows you to do this:
- Delete the Javadoc comment
- Place cursor where the Javadoc comment was
- Type /*
- Press Enter

--> It will generate the "(Non-Javadoc: @see"
    stuff for you.

I want to avoid duplications of Javadoc. There
should be ONE canonical place where things are
explained, and this is typically in the interface.

Thanks,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


Back to the top