Classes Summary:
Base class for comment filters.
A class that filters C-style comments.
A class that selects only // comments.
A class that selects only //.
A class that selects only /// comments.
A class that finds Qt style comments.
Classes Details:
Base class for comment filters.
A class that filters C-style comments.
A class that selects only // comments.
A class that selects only //. comments.
A class that selects only /// comments.
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.
A class that selects java /** style comments