To document your API properly, you must precede every exported class, interface, constructor, method, and field declaration with a doc comment.
I tend to agree with this, but what about something simple like removeLast() for a list or plus(int a, int b) that adds two numbers?