module Synopsis.Processors.Comments.Filter
class CFilter
A class that filters C-style comments.
CFilter-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

-

Finds comments in the C format. The format is /* ... */. It has to cater for all five line forms: "/* ...", " * ...", " ...", " */" and the one-line "/* ... */".
Class attributes Inherited from Filter
visit_builtin, visit_sourcefile
Methods Inherited from Filter
process, visit_declaration