Described Export classes.

This commit is contained in:
tastytea 2019-07-28 00:07:22 +02:00
parent 1508fc0f4d
commit ba78adb399
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ namespace Export
{
using std::string;
//! Export as %AsciiDoc document.
class AsciiDoc : protected ExportBase
{
public:

View File

@ -26,6 +26,7 @@ namespace Export
{
using std::string;
//! Export as Comma Separated Values.
class CSV : protected ExportBase
{
public:

View File

@ -29,6 +29,7 @@ namespace remwharead
{
namespace Export
{
//! Base class for exports.
class ExportBase
{
public: