Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config

Module Synopsis:: Linker:: Comments

Comment Processor


Classes Summary:
CommentProcessor
Base class for comment processors. [Source]
SSDComments
A class that selects only //. [Source]
JavaComments
A class that formats java /** style comments [Source]
SSComments
A class that selects only // comments. [Source]
QtComments
A class that finds Qt style comments. [Source]
Transformer
A class that creates a new AST from an old one. [Source]
Dummies
A class that deals with dummy declarations and their comments. [Source]
Previous
A class that maps comments that begin with '<' to the previous declaration [Source]
Grouper
A class that detects grouping tags and moves the enclosed nodes into a subnode (a 'Group') [Source]
Summarizer
Splits comments into summary/detail parts. [Source]
JavaTags
Extracts javadoc-style @tags from the end of comments. [Source]
Comments [Source]