Interface used to remove redundant spaces inside a spaceless block. More...
#include <template.h>
Public Member Functions | |
virtual QCString | remove (const QCString &input)=0 |
virtual void | reset ()=0 |
Interface used to remove redundant spaces inside a spaceless block.
Definition at line 469 of file template.h.
Returns the input after removing redundant whitespace
Implemented in HtmlSpaceless, and LatexSpaceless.
|
pure virtual |
Reset filter state
Implemented in HtmlSpaceless, and LatexSpaceless.