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

A class that finds Qt style comments. These have two styles: //! ... and /*! ... */. The first means "brief comment" and there must only be one. The second type is the detailed comment.


Operations Summary:
 __init__(self)
Compiles the regular expressions [Source]
 process(self, decl)
Calls processComment on all comments [Source]
 processComment(self, comment)
Matches either brief or detailed comments [Source]

Operations Inherited from CommentProcessor
processAll, visitDeclaration