Each CommentEntry represents one comment associated with a certain definition. When first instantiated, a CommentEntry will take an asc DocCommentNode and retrieve all the information necessary including tags. It also processes any inheritDoc tags by searching through parent classes and interfaces. Each CommentEntry within a certain class has a unique KeyPair that allows for easy retrieval from a CommentsTable. Metadata and their comments are held in a definition's CommentEntry through the List, metadata.
@author klin
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.