Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
module Synopsis::Linker::Comments
class CommentProcessor
Files: Synopsis/Linker/Comments.py
CommentProcessor-inheritance Scopes/Synopsis/Linker/Comments/JavaComments.html Scopes/Synopsis/Linker/Comments/QtComments.html Scopes/Synopsis/Linker/Comments/Summarizer.html Scopes/Synopsis/Linker/Comments/JavaTags.html Scopes/Synopsis/Linker/Comments/SSComments.html Scopes/Synopsis/Linker/Comments/SSDComments.html Scopes/Synopsis/Linker/Comments/Transformer.html

Base class for comment processors.

This is an AST visitor, and by default all declarations call process() with the current declaration. Subclasses may override just the process method.


Operations Summary:
 processAll(self, declarations) [Source]
 process(self, decl)
Process comments for the given declaration [Source]
 visitDeclaration(self, decl) [Source]