module Synopsis.Processors.Comments.Filter
class QtFilter
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.
QtFilter-inheritance Scopes/Synopsis/Processors/Comments/Filter/Filter.html
-Class attributes
source code
source code
-Methods
  __init__(self, * * kwds)
references
source code
Compiles the regular expressions
  filter_comment(self, comment)
references
source code
Matches either brief or detailed comments.
Class attributes Inherited from Filter
visit_builtin, visit_sourcefile
Methods Inherited from Filter
process, visit_declaration