#include <Block.hpp>
Public Member Functions | |
| Block (const vector< string > &block) | |
| Block (const vector< string > &chunk, size_t first, size_t last) | |
| vector< string > | streamlined () |
Private Attributes | |
| vector< string > | _block |
This class streamlines a single doxygen documentation block.
Constructs a streamliner for the specified documentation block.
Constructs a streamliner for the documentation block specified as a portion of a larger source code chunk.