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; using std::string;
//! Export as %AsciiDoc document.
class AsciiDoc : protected ExportBase class AsciiDoc : protected ExportBase
{ {
public: public:

View File

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

View File

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