Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Processors
.
Comments
.
Filter
class QtFilter
File:
../Synopsis/Processors/Comments/Filter.py
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.
Class attributes Summary:
brief
detail
Methods Summary:
__init__
(
self
,
*
*
kwds
)
filter_comment
(
self
,
comment
)
Matches either brief or detailed comments.
Class attributes Inherited from Filter
visit_builtin
Methods Inherited from Filter
process
,
visit_declaration
Methods Details:
__init__
(
self
,
*
*
kwds
)
Compiles the regular expressions
filter_comment
(
self
,
comment
)
Matches either brief or detailed comments.
Generated on Thu Apr 16 16:27:07 2009 by
synopsis
(version devel)