In visual studio, I can type in /// and visual studio will auto generate the following lines for documentation purposes.
/// <summary>
///
/// </summary>
/// <param name="id"></param>
/// <returns></returns>
Is there something similar in eclipse for ADT? If there is how do you do it?
There is some automation to generate javadocs (e.g., keystrokes like:
/** <enter>or<shift><alt> J)You can check some online tutorials about javadoc+Eclipse:
And plugins like: