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 | |