How can I generate general comments in Javadoc to better describe a class's usage?
I want to add a section similar to the area that begins with "Linked list implementation of the List interface..." in the LinkedList class (http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html) above the Field Summary.